#134277

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

Shades of Dark Cerulean #134277

Tints of Dark Cerulean #134277

Color information

#134277 (or 0x134277) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 77. RGB value is (19,66,119). Sum of RGB (Red+Green+Blue) = 19+66+119=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #134277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134277 is #ECBD88. Grayscale: #393939. Windows color (decimal): -15515017 or 7815699. OLE color: 7815699.

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

Color convert

RGB1966119-
CMYK0.840.4500.53
HSL211.8º72.46%27.06%-
HSV(B)211.8º84.03%46.67%-
XYZ5.555.3718.2-
YUV57.99162.43100.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 119 (46.88% from 255) = 58.33%
R=9.31%
G=32.35%
B=58.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19661190.840.4500.53211.872.4627.06
Hex134277542D035d4481b
Octal231021671245506532411033
Binary10011100001011101111010100101101011010111010100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134277; }

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

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

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

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

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

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

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

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