Html Css Color HEX #13426F Dark Cerulean

📋 copy color: '#13426F'

red 19 ◦ green 66 ◦ blue 111

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

Shades of Dark Cerulean #13426F

Tints of Dark Cerulean #13426F

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 value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#13426F (or 0x13426F) is known color: 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

RGB 19 66 111 -
CMYK 0.83 0.41 0 0.56
HSL 209.35º 0.71% 0.25% -
HSV(B) 209.35º 0.83% 0.44% -
XYZ 5.09 5.18 15.77 -
YUV 57.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 19 66 111 0.83 0.41 0 0.56 209.35 0.71 0.25
Hex 13 42 6F 53 29 0 38 D1 47 19
Octal 23 102 157 123 51 0 70 321 107 31
Binary 10011 1000010 1101111 1010011 101001 0 111000 11010001 1000111 11001

Color Harmonies of #13426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13426F

Black with #13426F

Text Example


Text Example

White with #13426F

Text Example


Text Example

HTML Codes & Css Web 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>