Html Css Color HEX #144278 Dark Cerulean

📋 copy color: '#144278'

red 20 ◦ green 66 ◦ blue 120

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

Shades of Dark Cerulean #144278

Tints of Dark Cerulean #144278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 120 (47.27% from 255) = 58.25%

R = 9.71%
G = 32.04%
B = 58.25%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144278 (or 0x144278) is known color: Dark Cerulean. HEX triplet: 14, 42 and 78. RGB value is (20,66,120). Sum of RGB (Red+Green+Blue) = 20+66+120=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #144278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144278 is #EBBD87. Grayscale: #3A3A3A. Windows color (decimal): -15449480 or 7881236. OLE color: 7881236.

HSL color Cylindrical-coordinate representation of color #144278: hue angle of 212.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144278 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 66 120 -
CMYK 0.83 0.45 0 0.53
HSL 212.4º 0.71% 0.27% -
HSV(B) 212.4º 0.83% 0.47% -
XYZ 5.63 5.4 18.52 -
YUV 58.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 20 66 120 0.83 0.45 0 0.53 212.4 0.71 0.27
Hex 14 42 78 53 2D 0 35 D4 47 1B
Octal 24 102 170 123 55 0 65 324 107 33
Binary 10100 1000010 1111000 1010011 101101 0 110101 11010100 1000111 11011

Color Harmonies of #144278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144278

Black with #144278

Text Example


Text Example

White with #144278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144278; }

 p { color: rgb(20,66,120); }

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

background-color css

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

 a { background-color: rgb(20,66,120); }

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

border-color css

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

 span { border-color: rgb(20,66,120); }

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