Html Css Color HEX #13497B Dark Cerulean

📋 copy color: '#13497B'

red 19 ◦ green 73 ◦ blue 123

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

Shades of Dark Cerulean #13497B

Tints of Dark Cerulean #13497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.95%

 BLUE value IS 123 (48.44% from 255) = 57.21%

R = 8.84%
G = 33.95%
B = 57.21%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13497B (or 0x13497B) is known color: Dark Cerulean. HEX triplet: 13, 49 and 7B. RGB value is (19,73,123). Sum of RGB (Red+Green+Blue) = 19+73+123=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #13497B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13497B is #ECB684. Grayscale: #3E3E3E. Windows color (decimal): -15513221 or 8079635. OLE color: 8079635.

HSL color Cylindrical-coordinate representation of color #13497B: hue angle of 208.85º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13497B is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 73 123 -
CMYK 0.85 0.41 0 0.52
HSL 208.85º 0.73% 0.28% -
HSV(B) 208.85º 0.85% 0.48% -
XYZ 6.23 6.33 19.63 -
YUV 62.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 19 73 123 0.85 0.41 0 0.52 208.85 0.73 0.28
Hex 13 49 7B 55 29 0 34 D1 49 1C
Octal 23 111 173 125 51 0 64 321 111 34
Binary 10011 1001001 1111011 1010101 101001 0 110100 11010001 1001001 11100

Color Harmonies of #13497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13497B

Black with #13497B

Text Example


Text Example

White with #13497B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,73,123); }

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

background-color css

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

 a { background-color: rgb(19,73,123); }

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

border-color css

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

 span { border-color: rgb(19,73,123); }

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