Html Css Color HEX #13387E Dark Cerulean

📋 copy color: '#13387E'

red 19 ◦ green 56 ◦ blue 126

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

Shades of Dark Cerulean #13387E

Tints of Dark Cerulean #13387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

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

R = 9.45%
G = 27.86%
B = 62.69%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13387E (or 0x13387E) is known color: Dark Cerulean. HEX triplet: 13, 38 and 7E. RGB value is (19,56,126). Sum of RGB (Red+Green+Blue) = 19+56+126=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #13387E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13387E is #ECC781. Grayscale: #343434. Windows color (decimal): -15517570 or 8271891. OLE color: 8271891.

HSL color Cylindrical-coordinate representation of color #13387E: hue angle of 219.25º 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 #13387E is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 56 126 -
CMYK 0.85 0.56 0 0.51
HSL 219.25º 0.74% 0.28% -
HSV(B) 219.25º 0.85% 0.49% -
XYZ 5.45 4.47 20.31 -
YUV 52.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 19 56 126 0.85 0.56 0 0.51 219.25 0.74 0.28
Hex 13 38 7E 55 38 0 33 DB 4A 1C
Octal 23 70 176 125 70 0 63 333 112 34
Binary 10011 111000 1111110 1010101 111000 0 110011 11011011 1001010 11100

Color Harmonies of #13387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13387E

Black with #13387E

Text Example


Text Example

White with #13387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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