Html Css Color HEX #13448B Dark Cerulean

📋 copy color: '#13448B'

red 19 ◦ green 68 ◦ blue 139

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

Shades of Dark Cerulean #13448B

Tints of Dark Cerulean #13448B

RGB

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

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

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

R = 8.41%
G = 30.09%
B = 61.5%

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

#13448B (or 0x13448B) is known color: Dark Cerulean. HEX triplet: 13, 44 and 8B. RGB value is (19,68,139). Sum of RGB (Red+Green+Blue) = 19+68+139=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #13448B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13448B is #ECBB74. Grayscale: #3D3D3D. Windows color (decimal): -15514485 or 9126931. OLE color: 9126931.

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

Color convert

RGB 19 68 139 -
CMYK 0.86 0.51 0 0.45
HSL 215.5º 0.76% 0.31% -
HSV(B) 215.5º 0.86% 0.55% -
XYZ 7 6.14 25.24 -
YUV 61.44 171.77 97.73 -
System Red Green Blue C M Y K H S L
Decimal 19 68 139 0.86 0.51 0 0.45 215.5 0.76 0.31
Hex 13 44 8B 56 33 0 2D D8 4C 1F
Octal 23 104 213 126 63 0 55 330 114 37
Binary 10011 1000100 10001011 1010110 110011 0 101101 11011000 1001100 11111

Color Harmonies of #13448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13448B

Black with #13448B

Text Example


Text Example

White with #13448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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