Html Css Color HEX #13426C Dark Cerulean

📋 copy color: '#13426C'

red 19 ◦ green 66 ◦ blue 108

#13426C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #13426C

Tints of Dark Cerulean #13426C

RGB

 RED value IS 19 (7.81% from 255) = 9.84%

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 108 (42.58% from 255) = 55.96%

R = 9.84%
G = 34.2%
B = 55.96%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13426C (or 0x13426C) is known color: Dark Cerulean. HEX triplet: 13, 42 and 6C. RGB value is (19,66,108). Sum of RGB (Red+Green+Blue) = 19+66+108=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #13426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13426C is #ECBD93. Grayscale: #383838. Windows color (decimal): -15515028 or 7094803. OLE color: 7094803.

HSL color Cylindrical-coordinate representation of color #13426C: hue angle of 208.31º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13426C is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 66 108 -
CMYK 0.82 0.39 0 0.58
HSL 208.31º 0.7% 0.25% -
HSV(B) 208.31º 0.82% 0.42% -
XYZ 4.92 5.12 14.92 -
YUV 56.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 19 66 108 0.82 0.39 0 0.58 208.31 0.7 0.25
Hex 13 42 6C 52 27 0 3A D0 46 19
Octal 23 102 154 122 47 0 72 320 106 31
Binary 10011 1000010 1101100 1010010 100111 0 111010 11010000 1000110 11001

Color Harmonies of #13426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13426C

Black with #13426C

Text Example


Text Example

White with #13426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13426C;
 }
 .AnyTagClassName
 {
   color: #13426C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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