Html Css Color HEX #13448C Dark Cerulean

📋 copy color: '#13448C'

red 19 ◦ green 68 ◦ blue 140

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

Shades of Dark Cerulean #13448C

Tints of Dark Cerulean #13448C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.96%

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

R = 8.37%
G = 29.96%
B = 61.67%

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

#13448C (or 0x13448C) is known color: Dark Cerulean. HEX triplet: 13, 44 and 8C. RGB value is (19,68,140). Sum of RGB (Red+Green+Blue) = 19+68+140=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #13448C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13448C is #ECBB73. Grayscale: #3D3D3D. Windows color (decimal): -15514484 or 9192467. OLE color: 9192467.

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

Color convert

RGB 19 68 140 -
CMYK 0.86 0.51 0 0.45
HSL 215.7º 0.76% 0.31% -
HSV(B) 215.7º 0.86% 0.55% -
XYZ 7.07 6.17 25.63 -
YUV 61.56 172.27 97.65 -
System Red Green Blue C M Y K H S L
Decimal 19 68 140 0.86 0.51 0 0.45 215.7 0.76 0.31
Hex 13 44 8C 56 33 0 2D D8 4C 1F
Octal 23 104 214 126 63 0 55 330 114 37
Binary 10011 1000100 10001100 1010110 110011 0 101101 11011000 1001100 11111

Color Harmonies of #13448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13448C

Black with #13448C

Text Example


Text Example

White with #13448C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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