Html Css Color HEX #144785 Dark Cerulean

📋 copy color: '#144785'

red 20 ◦ green 71 ◦ blue 133

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

Shades of Dark Cerulean #144785

Tints of Dark Cerulean #144785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

 BLUE value IS 133 (52.34% from 255) = 59.38%

R = 8.93%
G = 31.7%
B = 59.38%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#144785 (or 0x144785) is known color: Dark Cerulean. HEX triplet: 14, 47 and 85. RGB value is (20,71,133). Sum of RGB (Red+Green+Blue) = 20+71+133=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #144785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144785 is #EBB87A. Grayscale: #3E3E3E. Windows color (decimal): -15448187 or 8734484. OLE color: 8734484.

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

Color convert

RGB 20 71 133 -
CMYK 0.85 0.47 0 0.48
HSL 212.92º 0.74% 0.3% -
HSV(B) 212.92º 0.85% 0.52% -
XYZ 6.78 6.35 23.06 -
YUV 62.82 167.6 97.46 -
System Red Green Blue C M Y K H S L
Decimal 20 71 133 0.85 0.47 0 0.48 212.92 0.74 0.3
Hex 14 47 85 55 2F 0 30 D5 4A 1E
Octal 24 107 205 125 57 0 60 325 112 36
Binary 10100 1000111 10000101 1010101 101111 0 110000 11010101 1001010 11110

Color Harmonies of #144785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144785

Black with #144785

Text Example


Text Example

White with #144785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144785; }

 p { color: rgb(20,71,133); }

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

background-color css

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

 a { background-color: rgb(20,71,133); }

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

border-color css

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

 span { border-color: rgb(20,71,133); }

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