Html Css Color HEX #144A7E Dark Cerulean

📋 copy color: '#144A7E'

red 20 ◦ green 74 ◦ blue 126

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

Shades of Dark Cerulean #144A7E

Tints of Dark Cerulean #144A7E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 126 (49.61% from 255) = 57.27%

R = 9.09%
G = 33.64%
B = 57.27%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#144A7E (or 0x144A7E) is known color: Dark Cerulean. HEX triplet: 14, 4A and 7E. RGB value is (20,74,126). Sum of RGB (Red+Green+Blue) = 20+74+126=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #144A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A7E is #EBB581. Grayscale: #3F3F3F. Windows color (decimal): -15447426 or 8276500. OLE color: 8276500.

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

Color convert

RGB 20 74 126 -
CMYK 0.84 0.41 0 0.51
HSL 209.43º 0.73% 0.29% -
HSV(B) 209.43º 0.84% 0.49% -
XYZ 6.5 6.55 20.66 -
YUV 63.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 20 74 126 0.84 0.41 0 0.51 209.43 0.73 0.29
Hex 14 4A 7E 54 29 0 33 D1 49 1D
Octal 24 112 176 124 51 0 63 321 111 35
Binary 10100 1001010 1111110 1010100 101001 0 110011 11010001 1001001 11101

Color Harmonies of #144A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A7E

Black with #144A7E

Text Example


Text Example

White with #144A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,74,126); }

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

background-color css

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

 a { background-color: rgb(20,74,126); }

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

border-color css

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

 span { border-color: rgb(20,74,126); }

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