Html Css Color HEX #13428E Dark Cerulean

📋 copy color: '#13428E'

red 19 ◦ green 66 ◦ blue 142

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

Shades of Dark Cerulean #13428E

Tints of Dark Cerulean #13428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

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

R = 8.37%
G = 29.07%
B = 62.56%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13428E (or 0x13428E) is known color: Dark Cerulean. HEX triplet: 13, 42 and 8E. RGB value is (19,66,142). Sum of RGB (Red+Green+Blue) = 19+66+142=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #13428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13428E is #ECBD71. Grayscale: #3C3C3C. Windows color (decimal): -15514994 or 9323027. OLE color: 9323027.

HSL color Cylindrical-coordinate representation of color #13428E: hue angle of 217.07º 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 #13428E is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 66 142 -
CMYK 0.87 0.54 0 0.44
HSL 217.07º 0.76% 0.32% -
HSV(B) 217.07º 0.87% 0.56% -
XYZ 7.1 5.99 26.37 -
YUV 60.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 19 66 142 0.87 0.54 0 0.44 217.07 0.76 0.32
Hex 13 42 8E 57 36 0 2C D9 4C 20
Octal 23 102 216 127 66 0 54 331 114 40
Binary 10011 1000010 10001110 1010111 110110 0 101100 11011001 1001100 100000

Color Harmonies of #13428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13428E

Black with #13428E

Text Example


Text Example

White with #13428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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