Html Css Color HEX #146E9F Cerulean

📋 copy color: '#146E9F'

red 20 ◦ green 110 ◦ blue 159

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

Shades of Cerulean #146E9F

Tints of Cerulean #146E9F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.06%

 BLUE value IS 159 (62.5% from 255) = 55.02%

R = 6.92%
G = 38.06%
B = 55.02%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#146E9F (or 0x146E9F) is known color: Cerulean. HEX triplet: 14, 6E and 9F. RGB value is (20,110,159). Sum of RGB (Red+Green+Blue) = 20+110+159=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #146E9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146E9F is #EB9160. Grayscale: #585858. Windows color (decimal): -15438177 or 10448404. OLE color: 10448404.

HSL color Cylindrical-coordinate representation of color #146E9F: hue angle of 201.15º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146E9F is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 110 159 -
CMYK 0.87 0.31 0 0.38
HSL 201.15º 0.78% 0.35% -
HSV(B) 201.15º 0.87% 0.62% -
XYZ 12.12 13.8 34.83 -
YUV 88.68 167.68 79.02 -
System Red Green Blue C M Y K H S L
Decimal 20 110 159 0.87 0.31 0 0.38 201.15 0.78 0.35
Hex 14 6E 9F 57 1F 0 26 C9 4E 23
Octal 24 156 237 127 37 0 46 311 116 43
Binary 10100 1101110 10011111 1010111 11111 0 100110 11001001 1001110 100011

Color Harmonies of #146E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146E9F

Black with #146E9F

Text Example


Text Example

White with #146E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,110,159); }

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

background-color css

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

 a { background-color: rgb(20,110,159); }

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

border-color css

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

 span { border-color: rgb(20,110,159); }

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