Html Css Color HEX #13426E Dark Cerulean

📋 copy color: '#13426E'

red 19 ◦ green 66 ◦ blue 110

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

Shades of Dark Cerulean #13426E

Tints of Dark Cerulean #13426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 56.41%

R = 9.74%
G = 33.85%
B = 56.41%

CMYK

 C value IS 0.83

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13426E (or 0x13426E) is known color: Dark Cerulean. HEX triplet: 13, 42 and 6E. RGB value is (19,66,110). Sum of RGB (Red+Green+Blue) = 19+66+110=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #13426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13426E is #ECBD91. Grayscale: #383838. Windows color (decimal): -15515026 or 7225875. OLE color: 7225875.

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

Color convert

RGB 19 66 110 -
CMYK 0.83 0.4 0 0.57
HSL 209.01º 0.71% 0.25% -
HSV(B) 209.01º 0.83% 0.43% -
XYZ 5.03 5.16 15.48 -
YUV 56.96 157.93 100.92 -
System Red Green Blue C M Y K H S L
Decimal 19 66 110 0.83 0.4 0 0.57 209.01 0.71 0.25
Hex 13 42 6E 53 28 0 39 D1 47 19
Octal 23 102 156 123 50 0 71 321 107 31
Binary 10011 1000010 1101110 1010011 101000 0 111001 11010001 1000111 11001

Color Harmonies of #13426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13426E

Black with #13426E

Text Example


Text Example

White with #13426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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