Html Css Color HEX #13467E Dark Cerulean

📋 copy color: '#13467E'

red 19 ◦ green 70 ◦ blue 126

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

Shades of Dark Cerulean #13467E

Tints of Dark Cerulean #13467E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

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

R = 8.84%
G = 32.56%
B = 58.6%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13467E (or 0x13467E) is known color: Dark Cerulean. HEX triplet: 13, 46 and 7E. RGB value is (19,70,126). Sum of RGB (Red+Green+Blue) = 19+70+126=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #13467E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13467E is #ECB981. Grayscale: #3C3C3C. Windows color (decimal): -15513986 or 8275475. OLE color: 8275475.

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

Color convert

RGB 19 70 126 -
CMYK 0.85 0.44 0 0.51
HSL 211.4º 0.74% 0.28% -
HSV(B) 211.4º 0.85% 0.49% -
XYZ 6.22 6.03 20.57 -
YUV 61.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 19 70 126 0.85 0.44 0 0.51 211.4 0.74 0.28
Hex 13 46 7E 55 2C 0 33 D3 4A 1C
Octal 23 106 176 125 54 0 63 323 112 34
Binary 10011 1000110 1111110 1010101 101100 0 110011 11010011 1001010 11100

Color Harmonies of #13467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13467E

Black with #13467E

Text Example


Text Example

White with #13467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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