Html Css Color HEX #144388 Dark Cerulean

📋 copy color: '#144388'

red 20 ◦ green 67 ◦ blue 136

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

Shades of Dark Cerulean #144388

Tints of Dark Cerulean #144388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.04%

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

R = 8.97%
G = 30.04%
B = 60.99%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#144388 (or 0x144388) is known color: Dark Cerulean. HEX triplet: 14, 43 and 88. RGB value is (20,67,136). Sum of RGB (Red+Green+Blue) = 20+67+136=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #144388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144388 is #EBBC77. Grayscale: #3C3C3C. Windows color (decimal): -15449208 or 8930068. OLE color: 8930068.

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

Color convert

RGB 20 67 136 -
CMYK 0.85 0.51 0 0.47
HSL 215.69º 0.74% 0.31% -
HSV(B) 215.69º 0.85% 0.53% -
XYZ 6.74 5.94 24.08 -
YUV 60.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 20 67 136 0.85 0.51 0 0.47 215.69 0.74 0.31
Hex 14 43 88 55 33 0 2F D8 4A 1F
Octal 24 103 210 125 63 0 57 330 112 37
Binary 10100 1000011 10001000 1010101 110011 0 101111 11011000 1001010 11111

Color Harmonies of #144388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144388

Black with #144388

Text Example


Text Example

White with #144388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144388; }

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

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

background-color css

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

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

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

border-color css

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

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

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