#134281

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

Shades of Dark Cerulean #134281

Tints of Dark Cerulean #134281

Color information

#134281 (or 0x134281) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 81. RGB value is (19,66,129). Sum of RGB (Red+Green+Blue) = 19+66+129=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #134281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134281 is #ECBD7E. Grayscale: #3A3A3A. Windows color (decimal): -15515007 or 8471059. OLE color: 8471059.

HSL color Cylindrical-coordinate representation of color #134281: hue angle of 214.36º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134281 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1966129-
CMYK0.850.4900.49
HSL214.36º74.32%29.02%-
HSV(B)214.36º85.27%50.59%-
XYZ6.185.6221.53-
YUV59.13167.4399.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 129 (50.78% from 255) = 60.28%
R=8.88%
G=30.84%
B=60.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19661290.850.4900.49214.3674.3229.02
Hex1342815531031d64a1d
Octal231022011256106132611235
Binary100111000010100000011010101110001011000111010110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134281; }

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

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

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

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

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

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

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

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