Html Css Color HEX #144670 Dark Cerulean

📋 copy color: '#144670'

red 20 ◦ green 70 ◦ blue 112

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

Shades of Dark Cerulean #144670

Tints of Dark Cerulean #144670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.65%

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 9.9%
G = 34.65%
B = 55.45%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#144670 (or 0x144670) is known color: Dark Cerulean. HEX triplet: 14, 46 and 70. RGB value is (20,70,112). Sum of RGB (Red+Green+Blue) = 20+70+112=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #144670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144670 is #EBB98F. Grayscale: #3B3B3B. Windows color (decimal): -15448464 or 7357972. OLE color: 7357972.

HSL color Cylindrical-coordinate representation of color #144670: hue angle of 207.39º degrees, saturation: 0.7, 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 #144670 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 70 112 -
CMYK 0.82 0.38 0 0.56
HSL 207.39º 0.7% 0.26% -
HSV(B) 207.39º 0.82% 0.44% -
XYZ 5.4 5.7 16.14 -
YUV 59.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 20 70 112 0.82 0.38 0 0.56 207.39 0.7 0.26
Hex 14 46 70 52 26 0 38 CF 46 1A
Octal 24 106 160 122 46 0 70 317 106 32
Binary 10100 1000110 1110000 1010010 100110 0 111000 11001111 1000110 11010

Color Harmonies of #144670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144670

Black with #144670

Text Example


Text Example

White with #144670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144670; }

 p { color: rgb(20,70,112); }

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

background-color css

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

 a { background-color: rgb(20,70,112); }

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

border-color css

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

 span { border-color: rgb(20,70,112); }

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