Html Css Color HEX #144C6F Dark Cerulean

📋 copy color: '#144C6F'

red 20 ◦ green 76 ◦ blue 111

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

Shades of Dark Cerulean #144C6F

Tints of Dark Cerulean #144C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.71%

 BLUE value IS 111 (43.75% from 255) = 53.62%

R = 9.66%
G = 36.71%
B = 53.62%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#144C6F (or 0x144C6F) is known color: Dark Cerulean. HEX triplet: 14, 4C and 6F. RGB value is (20,76,111). Sum of RGB (Red+Green+Blue) = 20+76+111=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #144C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C6F is #EBB390. Grayscale: #3F3F3F. Windows color (decimal): -15446929 or 7293972. OLE color: 7293972.

HSL color Cylindrical-coordinate representation of color #144C6F: hue angle of 203.08º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144C6F is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 76 111 -
CMYK 0.82 0.32 0 0.56
HSL 203.08º 0.69% 0.26% -
HSV(B) 203.08º 0.82% 0.44% -
XYZ 5.74 6.47 15.98 -
YUV 63.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 20 76 111 0.82 0.32 0 0.56 203.08 0.69 0.26
Hex 14 4C 6F 52 20 0 38 CB 45 1A
Octal 24 114 157 122 40 0 70 313 105 32
Binary 10100 1001100 1101111 1010010 100000 0 111000 11001011 1000101 11010

Color Harmonies of #144C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C6F

Black with #144C6F

Text Example


Text Example

White with #144C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144C6F; }

 p { color: rgb(20,76,111); }

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

background-color css

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

 a { background-color: rgb(20,76,111); }

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

border-color css

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

 span { border-color: rgb(20,76,111); }

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