Html Css Color HEX #146F99 Cerulean

📋 copy color: '#146F99'

red 20 ◦ green 111 ◦ blue 153

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

Shades of Cerulean #146F99

Tints of Cerulean #146F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.08%

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 7.04%
G = 39.08%
B = 53.87%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#146F99 (or 0x146F99) is known color: Cerulean. HEX triplet: 14, 6F and 99. RGB value is (20,111,153). Sum of RGB (Red+Green+Blue) = 20+111+153=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #146F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146F99 is #EB9066. Grayscale: #585858. Windows color (decimal): -15437927 or 10055444. OLE color: 10055444.

HSL color Cylindrical-coordinate representation of color #146F99: hue angle of 198.95º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146F99 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 111 153 -
CMYK 0.87 0.27 0 0.4
HSL 198.95º 0.77% 0.34% -
HSV(B) 198.95º 0.87% 0.6% -
XYZ 11.72 13.82 32.19 -
YUV 88.58 164.35 79.08 -
System Red Green Blue C M Y K H S L
Decimal 20 111 153 0.87 0.27 0 0.4 198.95 0.77 0.34
Hex 14 6F 99 57 1B 0 28 C7 4D 22
Octal 24 157 231 127 33 0 50 307 115 42
Binary 10100 1101111 10011001 1010111 11011 0 101000 11000111 1001101 100010

Color Harmonies of #146F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146F99

Black with #146F99

Text Example


Text Example

White with #146F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146F99; }

 p { color: rgb(20,111,153); }

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

background-color css

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

 a { background-color: rgb(20,111,153); }

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

border-color css

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

 span { border-color: rgb(20,111,153); }

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