Html Css Color HEX #144C7C Dark Cerulean

📋 copy color: '#144C7C'

red 20 ◦ green 76 ◦ blue 124

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

Shades of Dark Cerulean #144C7C

Tints of Dark Cerulean #144C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 9.09%
G = 34.55%
B = 56.36%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#144C7C (or 0x144C7C) is known color: Dark Cerulean. HEX triplet: 14, 4C and 7C. RGB value is (20,76,124). Sum of RGB (Red+Green+Blue) = 20+76+124=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #144C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C7C is #EBB383. Grayscale: #404040. Windows color (decimal): -15446916 or 8145940. OLE color: 8145940.

HSL color Cylindrical-coordinate representation of color #144C7C: hue angle of 207.69º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144C7C is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 76 124 -
CMYK 0.84 0.39 0 0.51
HSL 207.69º 0.72% 0.28% -
HSV(B) 207.69º 0.84% 0.49% -
XYZ 6.51 6.77 20.03 -
YUV 64.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 20 76 124 0.84 0.39 0 0.51 207.69 0.72 0.28
Hex 14 4C 7C 54 27 0 33 D0 48 1C
Octal 24 114 174 124 47 0 63 320 110 34
Binary 10100 1001100 1111100 1010100 100111 0 110011 11010000 1001000 11100

Color Harmonies of #144C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C7C

Black with #144C7C

Text Example


Text Example

White with #144C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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