Html Css Color HEX #144188 Dark Cerulean

📋 copy color: '#144188'

red 20 ◦ green 65 ◦ blue 136

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

Shades of Dark Cerulean #144188

Tints of Dark Cerulean #144188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.41%

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

R = 9.05%
G = 29.41%
B = 61.54%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#144188 (or 0x144188) is known color: Dark Cerulean. HEX triplet: 14, 41 and 88. RGB value is (20,65,136). Sum of RGB (Red+Green+Blue) = 20+65+136=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #144188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144188 is #EBBE77. Grayscale: #3B3B3B. Windows color (decimal): -15449720 or 8929556. OLE color: 8929556.

HSL color Cylindrical-coordinate representation of color #144188: hue angle of 216.72º 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 #144188 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 65 136 -
CMYK 0.85 0.52 0 0.47
HSL 216.72º 0.74% 0.31% -
HSV(B) 216.72º 0.85% 0.53% -
XYZ 6.62 5.71 24.05 -
YUV 59.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 20 65 136 0.85 0.52 0 0.47 216.72 0.74 0.31
Hex 14 41 88 55 34 0 2F D9 4A 1F
Octal 24 101 210 125 64 0 57 331 112 37
Binary 10100 1000001 10001000 1010101 110100 0 101111 11011001 1001010 11111

Color Harmonies of #144188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144188

Black with #144188

Text Example


Text Example

White with #144188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144188; }

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

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

background-color css

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

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

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

border-color css

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

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

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