Html Css Color HEX #144675 Dark Cerulean

📋 copy color: '#144675'

red 20 ◦ green 70 ◦ blue 117

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

Shades of Dark Cerulean #144675

Tints of Dark Cerulean #144675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 9.66%
G = 33.82%
B = 56.52%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#144675 (or 0x144675) is known color: Dark Cerulean. HEX triplet: 14, 46 and 75. RGB value is (20,70,117). Sum of RGB (Red+Green+Blue) = 20+70+117=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #144675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144675 is #EBB98A. Grayscale: #3C3C3C. Windows color (decimal): -15448459 or 7685652. OLE color: 7685652.

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

Color convert

RGB 20 70 117 -
CMYK 0.83 0.40 0 0.54
HSL 209.07º 0.71% 0.27% -
HSV(B) 209.07º 0.83% 0.46% -
XYZ 5.69 5.81 17.65 -
YUV 60.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 20 70 117 0.83 0.40 0 0.54 209.07 0.71 0.27
Hex 14 46 75 53 28 0 36 D1 47 1B
Octal 24 106 165 123 50 0 66 321 107 33
Binary 10100 1000110 1110101 1010011 101000 0 110110 11010001 1000111 11011

Color Harmonies of #144675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144675

Black with #144675

Text Example


Text Example

White with #144675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144675; }

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

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

background-color css

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

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

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

border-color css

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

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

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