Html Css Color HEX #146F9C Cerulean

📋 copy color: '#146F9C'

red 20 ◦ green 111 ◦ blue 156

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

Shades of Cerulean #146F9C

Tints of Cerulean #146F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.36%

R = 6.97%
G = 38.68%
B = 54.36%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#146F9C (or 0x146F9C) is known color: Cerulean. HEX triplet: 14, 6F and 9C. RGB value is (20,111,156). Sum of RGB (Red+Green+Blue) = 20+111+156=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #146F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146F9C is #EB9063. Grayscale: #585858. Windows color (decimal): -15437924 or 10252052. OLE color: 10252052.

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

Color convert

RGB 20 111 156 -
CMYK 0.87 0.29 0 0.39
HSL 199.85º 0.77% 0.35% -
HSV(B) 199.85º 0.87% 0.61% -
XYZ 11.97 13.92 33.51 -
YUV 88.92 165.85 78.84 -
System Red Green Blue C M Y K H S L
Decimal 20 111 156 0.87 0.29 0 0.39 199.85 0.77 0.35
Hex 14 6F 9C 57 1D 0 27 C8 4D 23
Octal 24 157 234 127 35 0 47 310 115 43
Binary 10100 1101111 10011100 1010111 11101 0 100111 11001000 1001101 100011

Color Harmonies of #146F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146F9C

Black with #146F9C

Text Example


Text Example

White with #146F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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