#13426F

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

Shades of Dark Cerulean #13426F

Tints of Dark Cerulean #13426F

Color information

#13426F (or 0x13426F) is unknown color: approx Dark Cerulean. HEX triplet: 13, 42 and 6F. RGB value is (19,66,111). Sum of RGB (Red+Green+Blue) = 19+66+111=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #13426F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13426F is #ECBD90. Grayscale: #383838. Windows color (decimal): -15515025 or 7291411. OLE color: 7291411.

HSL color Cylindrical-coordinate representation of color #13426F: hue angle of 209.35º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13426F is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1966111-
CMYK0.830.4100.56
HSL209.35º70.77%25.49%-
HSV(B)209.35º82.88%43.53%-
XYZ5.095.1815.77-
YUV57.08158.43100.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.69%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=9.69%
G=33.67%
B=56.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19661110.830.4100.56209.3570.7725.49
Hex13426F5329038d14719
Octal231021571235107032110731
Binary10011100001011011111010011101001011100011010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13426F; }

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

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

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

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

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

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

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

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