Html Css Color HEX #13458B Dark Cerulean

📋 copy color: '#13458B'

red 19 ◦ green 69 ◦ blue 139

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

Shades of Dark Cerulean #13458B

Tints of Dark Cerulean #13458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

 BLUE value IS 139 (54.69% from 255) = 61.23%

R = 8.37%
G = 30.4%
B = 61.23%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13458B (or 0x13458B) is known color: Dark Cerulean. HEX triplet: 13, 45 and 8B. RGB value is (19,69,139). Sum of RGB (Red+Green+Blue) = 19+69+139=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #13458B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13458B is #ECBA74. Grayscale: #3D3D3D. Windows color (decimal): -15514229 or 9127187. OLE color: 9127187.

HSL color Cylindrical-coordinate representation of color #13458B: hue angle of 215º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13458B is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 69 139 -
CMYK 0.86 0.50 0 0.45
HSL 215º 0.76% 0.31% -
HSV(B) 215º 0.86% 0.55% -
XYZ 7.06 6.26 25.26 -
YUV 62.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 19 69 139 0.86 0.50 0 0.45 215 0.76 0.31
Hex 13 45 8B 56 32 0 2D D7 4C 1F
Octal 23 105 213 126 62 0 55 327 114 37
Binary 10011 1000101 10001011 1010110 110010 0 101101 11010111 1001100 11111

Color Harmonies of #13458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13458B

Black with #13458B

Text Example


Text Example

White with #13458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13458B; }

 p { color: rgb(19,69,139); }

 H1.HeaderClassName
 {
   color: #13458B;
 }
 .AnyTagClassName
 {
   color: #13458B;
 }
</style>

background-color css

<style>
 a { background-color: #13458B; }

 a { background-color: rgb(19,69,139); }

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

border-color css

<style>
 span { border-color: #13458B; }

 span { border-color: rgb(19,69,139); }

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