Html Css Color HEX #144792 Dark Cerulean

📋 copy color: '#144792'

red 20 ◦ green 71 ◦ blue 146

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

Shades of Dark Cerulean #144792

Tints of Dark Cerulean #144792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.6%

R = 8.44%
G = 29.96%
B = 61.6%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144792 (or 0x144792) is known color: Dark Cerulean. HEX triplet: 14, 47 and 92. RGB value is (20,71,146). Sum of RGB (Red+Green+Blue) = 20+71+146=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #144792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144792 is #EBB86D. Grayscale: #3F3F3F. Windows color (decimal): -15448174 or 9586452. OLE color: 9586452.

HSL color Cylindrical-coordinate representation of color #144792: hue angle of 215.71º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144792 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 71 146 -
CMYK 0.86 0.51 0 0.43
HSL 215.71º 0.76% 0.33% -
HSV(B) 215.71º 0.86% 0.57% -
XYZ 7.73 6.73 28.09 -
YUV 64.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 20 71 146 0.86 0.51 0 0.43 215.71 0.76 0.33
Hex 14 47 92 56 33 0 2B D8 4C 21
Octal 24 107 222 126 63 0 53 330 114 41
Binary 10100 1000111 10010010 1010110 110011 0 101011 11011000 1001100 100001

Color Harmonies of #144792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144792

Black with #144792

Text Example


Text Example

White with #144792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144792; }

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

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

background-color css

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

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

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

border-color css

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

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

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