Html Css Color HEX #13458C Dark Cerulean

📋 copy color: '#13458C'

red 19 ◦ green 69 ◦ blue 140

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

Shades of Dark Cerulean #13458C

Tints of Dark Cerulean #13458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.4%

R = 8.33%
G = 30.26%
B = 61.4%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13458C (or 0x13458C) is known color: Dark Cerulean. HEX triplet: 13, 45 and 8C. RGB value is (19,69,140). Sum of RGB (Red+Green+Blue) = 19+69+140=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #13458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13458C is #ECBA73. Grayscale: #3D3D3D. Windows color (decimal): -15514228 or 9192723. OLE color: 9192723.

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

Color convert

RGB 19 69 140 -
CMYK 0.86 0.51 0 0.45
HSL 215.21º 0.76% 0.31% -
HSV(B) 215.21º 0.86% 0.55% -
XYZ 7.13 6.29 25.65 -
YUV 62.14 171.94 97.23 -
System Red Green Blue C M Y K H S L
Decimal 19 69 140 0.86 0.51 0 0.45 215.21 0.76 0.31
Hex 13 45 8C 56 33 0 2D D7 4C 1F
Octal 23 105 214 126 63 0 55 327 114 37
Binary 10011 1000101 10001100 1010110 110011 0 101101 11010111 1001100 11111

Color Harmonies of #13458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13458C

Black with #13458C

Text Example


Text Example

White with #13458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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