Html Css Color HEX #146F9B Cerulean

📋 copy color: '#146F9B'

red 20 ◦ green 111 ◦ blue 155

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

Shades of Cerulean #146F9B

Tints of Cerulean #146F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 6.99%
G = 38.81%
B = 54.2%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#146F9B (or 0x146F9B) is known color: Cerulean. HEX triplet: 14, 6F and 9B. RGB value is (20,111,155). Sum of RGB (Red+Green+Blue) = 20+111+155=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #146F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146F9B is #EB9064. Grayscale: #585858. Windows color (decimal): -15437925 or 10186516. OLE color: 10186516.

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

Color convert

RGB 20 111 155 -
CMYK 0.87 0.28 0 0.39
HSL 199.56º 0.77% 0.34% -
HSV(B) 199.56º 0.87% 0.61% -
XYZ 11.89 13.88 33.06 -
YUV 88.81 165.35 78.92 -
System Red Green Blue C M Y K H S L
Decimal 20 111 155 0.87 0.28 0 0.39 199.56 0.77 0.34
Hex 14 6F 9B 57 1C 0 27 C8 4D 22
Octal 24 157 233 127 34 0 47 310 115 42
Binary 10100 1101111 10011011 1010111 11100 0 100111 11001000 1001101 100010

Color Harmonies of #146F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146F9B

Black with #146F9B

Text Example


Text Example

White with #146F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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