Html Css Color HEX #144275 Dark Cerulean

📋 copy color: '#144275'

red 20 ◦ green 66 ◦ blue 117

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

Shades of Dark Cerulean #144275

Tints of Dark Cerulean #144275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 9.85%
G = 32.51%
B = 57.64%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#144275 (or 0x144275) is known color: Dark Cerulean. HEX triplet: 14, 42 and 75. RGB value is (20,66,117). Sum of RGB (Red+Green+Blue) = 20+66+117=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #144275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144275 is #EBBD8A. Grayscale: #393939. Windows color (decimal): -15449483 or 7684628. OLE color: 7684628.

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

Color convert

RGB 20 66 117 -
CMYK 0.83 0.44 0 0.54
HSL 211.55º 0.71% 0.27% -
HSV(B) 211.55º 0.83% 0.46% -
XYZ 5.45 5.33 17.57 -
YUV 58.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 20 66 117 0.83 0.44 0 0.54 211.55 0.71 0.27
Hex 14 42 75 53 2C 0 36 D4 47 1B
Octal 24 102 165 123 54 0 66 324 107 33
Binary 10100 1000010 1110101 1010011 101100 0 110110 11010100 1000111 11011

Color Harmonies of #144275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144275

Black with #144275

Text Example


Text Example

White with #144275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144275; }

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

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

background-color css

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

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

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

border-color css

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

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

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