Html Css Color HEX #144474 Dark Cerulean

📋 copy color: '#144474'

red 20 ◦ green 68 ◦ blue 116

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

Shades of Dark Cerulean #144474

Tints of Dark Cerulean #144474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 9.8%
G = 33.33%
B = 56.86%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#144474 (or 0x144474) is known color: Dark Cerulean. HEX triplet: 14, 44 and 74. RGB value is (20,68,116). Sum of RGB (Red+Green+Blue) = 20+68+116=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #144474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144474 is #EBBB8B. Grayscale: #3A3A3A. Windows color (decimal): -15448972 or 7619604. OLE color: 7619604.

HSL color Cylindrical-coordinate representation of color #144474: hue angle of 210º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144474 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 68 116 -
CMYK 0.83 0.41 0 0.55
HSL 210º 0.71% 0.27% -
HSV(B) 210º 0.83% 0.45% -
XYZ 5.51 5.54 17.3 -
YUV 59.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 20 68 116 0.83 0.41 0 0.55 210 0.71 0.27
Hex 14 44 74 53 29 0 37 D2 47 1B
Octal 24 104 164 123 51 0 67 322 107 33
Binary 10100 1000100 1110100 1010011 101001 0 110111 11010010 1000111 11011

Color Harmonies of #144474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144474

Black with #144474

Text Example


Text Example

White with #144474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144474; }

 p { color: rgb(20,68,116); }

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

background-color css

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

 a { background-color: rgb(20,68,116); }

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

border-color css

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

 span { border-color: rgb(20,68,116); }

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