Html Css Color HEX #13437C Dark Cerulean

📋 copy color: '#13437C'

red 19 ◦ green 67 ◦ blue 124

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

Shades of Dark Cerulean #13437C

Tints of Dark Cerulean #13437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.9%

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

R = 9.05%
G = 31.9%
B = 59.05%

CMYK

 C value IS 0.85

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13437C (or 0x13437C) is known color: Dark Cerulean. HEX triplet: 13, 43 and 7C. RGB value is (19,67,124). Sum of RGB (Red+Green+Blue) = 19+67+124=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #13437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13437C is #ECBC83. Grayscale: #3A3A3A. Windows color (decimal): -15514756 or 8143635. OLE color: 8143635.

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

Color convert

RGB 19 67 124 -
CMYK 0.85 0.46 0 0.51
HSL 212.57º 0.73% 0.28% -
HSV(B) 212.57º 0.85% 0.49% -
XYZ 5.91 5.61 19.84 -
YUV 59.15 164.6 99.37 -
System Red Green Blue C M Y K H S L
Decimal 19 67 124 0.85 0.46 0 0.51 212.57 0.73 0.28
Hex 13 43 7C 55 2E 0 33 D5 49 1C
Octal 23 103 174 125 56 0 63 325 111 34
Binary 10011 1000011 1111100 1010101 101110 0 110011 11010101 1001001 11100

Color Harmonies of #13437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13437C

Black with #13437C

Text Example


Text Example

White with #13437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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