Html Css Color HEX #13417E Dark Cerulean

📋 copy color: '#13417E'

red 19 ◦ green 65 ◦ blue 126

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

Shades of Dark Cerulean #13417E

Tints of Dark Cerulean #13417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.95%

 BLUE value IS 126 (49.61% from 255) = 60%

R = 9.05%
G = 30.95%
B = 60%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13417E (or 0x13417E) is known color: Dark Cerulean. HEX triplet: 13, 41 and 7E. RGB value is (19,65,126). Sum of RGB (Red+Green+Blue) = 19+65+126=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #13417E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13417E is #ECBE81. Grayscale: #393939. Windows color (decimal): -15515266 or 8274195. OLE color: 8274195.

HSL color Cylindrical-coordinate representation of color #13417E: hue angle of 214.21º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13417E is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 65 126 -
CMYK 0.85 0.48 0 0.51
HSL 214.21º 0.74% 0.28% -
HSV(B) 214.21º 0.85% 0.49% -
XYZ 5.92 5.43 20.47 -
YUV 58.2 166.26 100.04 -
System Red Green Blue C M Y K H S L
Decimal 19 65 126 0.85 0.48 0 0.51 214.21 0.74 0.28
Hex 13 41 7E 55 30 0 33 D6 4A 1C
Octal 23 101 176 125 60 0 63 326 112 34
Binary 10011 1000001 1111110 1010101 110000 0 110011 11010110 1001010 11100

Color Harmonies of #13417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13417E

Black with #13417E

Text Example


Text Example

White with #13417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,65,126); }

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

background-color css

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

 a { background-color: rgb(19,65,126); }

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

border-color css

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

 span { border-color: rgb(19,65,126); }

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