Html Css Color HEX #13417C Dark Cerulean

📋 copy color: '#13417C'

red 19 ◦ green 65 ◦ blue 124

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

Shades of Dark Cerulean #13417C

Tints of Dark Cerulean #13417C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.62%

R = 9.13%
G = 31.25%
B = 59.62%

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

#13417C (or 0x13417C) is known color: Dark Cerulean. HEX triplet: 13, 41 and 7C. RGB value is (19,65,124). Sum of RGB (Red+Green+Blue) = 19+65+124=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #13417C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13417C is #ECBE83. Grayscale: #393939. Windows color (decimal): -15515268 or 8143123. OLE color: 8143123.

HSL color Cylindrical-coordinate representation of color #13417C: hue angle of 213.71º degrees, saturation: 0.73, 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 #13417C is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 65 124 -
CMYK 0.85 0.48 0 0.51
HSL 213.71º 0.73% 0.28% -
HSV(B) 213.71º 0.85% 0.49% -
XYZ 5.8 5.37 19.8 -
YUV 57.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 19 65 124 0.85 0.48 0 0.51 213.71 0.73 0.28
Hex 13 41 7C 55 30 0 33 D6 49 1C
Octal 23 101 174 125 60 0 63 326 111 34
Binary 10011 1000001 1111100 1010101 110000 0 110011 11010110 1001001 11100

Color Harmonies of #13417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13417C

Black with #13417C

Text Example


Text Example

White with #13417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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