Html Css Color HEX #146BA6 Cerulean

📋 copy color: '#146BA6'

red 20 ◦ green 107 ◦ blue 166

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

Shades of Cerulean #146BA6

Tints of Cerulean #146BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.52%

 BLUE value IS 166 (65.23% from 255) = 56.66%

R = 6.83%
G = 36.52%
B = 56.66%

CMYK

 C value IS 0.88

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#146BA6 (or 0x146BA6) is known color: Cerulean. HEX triplet: 14, 6B and A6. RGB value is (20,107,166). Sum of RGB (Red+Green+Blue) = 20+107+166=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 166 (65.23% from 255 or 56.66% from 293); Max value from RGB is 166 - color contains mainly: blue. Hex color #146BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146BA6 is #EB9459. Grayscale: #575757. Windows color (decimal): -15438938 or 10906388. OLE color: 10906388.

HSL color Cylindrical-coordinate representation of color #146BA6: hue angle of 204.25º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #146BA6 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 107 166 -
CMYK 0.88 0.36 0 0.35
HSL 204.25º 0.78% 0.36% -
HSV(B) 204.25º 0.88% 0.65% -
XYZ 12.43 13.42 38.01 -
YUV 87.71 172.18 79.7 -
System Red Green Blue C M Y K H S L
Decimal 20 107 166 0.88 0.36 0 0.35 204.25 0.78 0.36
Hex 14 6B A6 58 24 0 23 CC 4E 24
Octal 24 153 246 130 44 0 43 314 116 44
Binary 10100 1101011 10100110 1011000 100100 0 100011 11001100 1001110 100100

Color Harmonies of #146BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BA6

Black with #146BA6

Text Example


Text Example

White with #146BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,107,166); }

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

background-color css

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

 a { background-color: rgb(20,107,166); }

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

border-color css

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

 span { border-color: rgb(20,107,166); }

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