#134274

Color #134274 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #134274

Tints of Dark Cerulean #134274

Color information

#134274 (or 0x134274) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 74. RGB value is (19,66,116). Sum of RGB (Red+Green+Blue) = 19+66+116=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #134274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134274 is #ECBD8B. Grayscale: #393939. Windows color (decimal): -15515020 or 7619091. OLE color: 7619091.

HSL color Cylindrical-coordinate representation of color #134274: hue angle of 210.93º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134274 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1966116-
CMYK0.840.4300.55
HSL210.93º71.85%26.47%-
HSV(B)210.93º83.62%45.49%-
XYZ5.375.317.26-
YUV57.65160.93100.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 116 (45.70% from 255) = 57.71%
R=9.45%
G=32.84%
B=57.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19661160.840.4300.55210.9371.8526.47
Hex134274542B037d3481a
Octal231021641245306732311032
Binary10011100001011101001010100101011011011111010011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134274; }

 p { color: rgb(19,66,116); }

 H1.HeaderClassName
 {
   color: #134274;
 }
 .AnyTagClassName
 {
   color: #134274;
 }
</style>
background-color css

<style>
 a { background-color: #134274; }

 a { background-color: rgb(19,66,116); }

 div.DivClassName
 {
   background-color: #134274;
 }
 .BgClassName
 {
   background-color: #134274;
 }
</style>
border-color css

<style>
 span { border-color: #134274; }

 span { border-color: rgb(19,66,116); }

 td.TdClassName
 {
   border-color: #134274;
 }
 .TagClassName
 {
   border-color: #134274;
 }
</style>