Html Css Color HEX #13426B Dark Cerulean

📋 copy color: '#13426B'

red 19 ◦ green 66 ◦ blue 107

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

Shades of Dark Cerulean #13426B

Tints of Dark Cerulean #13426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 55.73%

R = 9.9%
G = 34.38%
B = 55.73%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13426B (or 0x13426B) is known color: Dark Cerulean. HEX triplet: 13, 42 and 6B. RGB value is (19,66,107). Sum of RGB (Red+Green+Blue) = 19+66+107=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #13426B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13426B is #ECBD94. Grayscale: #383838. Windows color (decimal): -15515029 or 7029267. OLE color: 7029267.

HSL color Cylindrical-coordinate representation of color #13426B: hue angle of 207.95º 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 #13426B is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 66 107 -
CMYK 0.82 0.38 0 0.58
HSL 207.95º 0.7% 0.25% -
HSV(B) 207.95º 0.82% 0.42% -
XYZ 4.87 5.1 14.64 -
YUV 56.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 19 66 107 0.82 0.38 0 0.58 207.95 0.7 0.25
Hex 13 42 6B 52 26 0 3A D0 46 19
Octal 23 102 153 122 46 0 72 320 106 31
Binary 10011 1000010 1101011 1010010 100110 0 111010 11010000 1000110 11001

Color Harmonies of #13426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13426B

Black with #13426B

Text Example


Text Example

White with #13426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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