#13448B

Color #13448B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #13448B

Tints of Dark Cerulean #13448B

Color information

#13448B (or 0x13448B) is unknown color: approx 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

RGB1968139-
CMYK0.860.5100.45
HSL215.5º75.95%30.98%-
HSV(B)215.5º86.33%54.51%-
XYZ76.1425.24-
YUV61.44171.7797.73-

RGB Variations

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

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.50%
R=8.41%
G=30.09%
B=61.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19681390.860.5100.45215.575.9530.98
Hex13448B563302Dd84c1f
Octal231042131266305533011437
Binary100111000100100010111010110110011010110111011000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>