Html Css Color HEX #144488 Dark Cerulean

📋 copy color: '#144488'

red 20 ◦ green 68 ◦ blue 136

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

Shades of Dark Cerulean #144488

Tints of Dark Cerulean #144488

RGB

 RED value IS 20 (8.2% from 255) = 8.93%

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

 BLUE value IS 136 (53.52% from 255) = 60.71%

R = 8.93%
G = 30.36%
B = 60.71%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#144488 (or 0x144488) is known color: Dark Cerulean. HEX triplet: 14, 44 and 88. RGB value is (20,68,136). Sum of RGB (Red+Green+Blue) = 20+68+136=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #144488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144488 is #EBBB77. Grayscale: #3D3D3D. Windows color (decimal): -15448952 or 8930324. OLE color: 8930324.

HSL color Cylindrical-coordinate representation of color #144488: hue angle of 215.17º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144488 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 68 136 -
CMYK 0.85 0.50 0 0.47
HSL 215.17º 0.74% 0.31% -
HSV(B) 215.17º 0.85% 0.53% -
XYZ 6.8 6.06 24.1 -
YUV 61.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 20 68 136 0.85 0.50 0 0.47 215.17 0.74 0.31
Hex 14 44 88 55 32 0 2F D7 4A 1F
Octal 24 104 210 125 62 0 57 327 112 37
Binary 10100 1000100 10001000 1010101 110010 0 101111 11010111 1001010 11111

Color Harmonies of #144488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144488

Black with #144488

Text Example


Text Example

White with #144488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144488; }

 p { color: rgb(20,68,136); }

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

background-color css

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

 a { background-color: rgb(20,68,136); }

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

border-color css

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

 span { border-color: rgb(20,68,136); }

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