Html Css Color HEX #13438E Dark Cerulean

📋 copy color: '#13438E'

red 19 ◦ green 67 ◦ blue 142

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

Shades of Dark Cerulean #13438E

Tints of Dark Cerulean #13438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.28%

R = 8.33%
G = 29.39%
B = 62.28%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13438E (or 0x13438E) is known color: Dark Cerulean. HEX triplet: 13, 43 and 8E. RGB value is (19,67,142). Sum of RGB (Red+Green+Blue) = 19+67+142=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #13438E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13438E is #ECBC71. Grayscale: #3C3C3C. Windows color (decimal): -15514738 or 9323283. OLE color: 9323283.

HSL color Cylindrical-coordinate representation of color #13438E: hue angle of 216.59º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13438E is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 67 142 -
CMYK 0.87 0.53 0 0.44
HSL 216.59º 0.76% 0.32% -
HSV(B) 216.59º 0.87% 0.56% -
XYZ 7.16 6.11 26.39 -
YUV 61.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 19 67 142 0.87 0.53 0 0.44 216.59 0.76 0.32
Hex 13 43 8E 57 35 0 2C D9 4C 20
Octal 23 103 216 127 65 0 54 331 114 40
Binary 10011 1000011 10001110 1010111 110101 0 101100 11011001 1001100 100000

Color Harmonies of #13438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13438E

Black with #13438E

Text Example


Text Example

White with #13438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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