Html Css Color HEX #146BA5 Cerulean

📋 copy color: '#146BA5'

red 20 ◦ green 107 ◦ blue 165

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

Shades of Cerulean #146BA5

Tints of Cerulean #146BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 56.51%

R = 6.85%
G = 36.64%
B = 56.51%

CMYK

 C value IS 0.88

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#146BA5 (or 0x146BA5) is known color: Cerulean. HEX triplet: 14, 6B and A5. RGB value is (20,107,165). Sum of RGB (Red+Green+Blue) = 20+107+165=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 165 (64.84% from 255 or 56.51% from 292); Max value from RGB is 165 - color contains mainly: blue. Hex color #146BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146BA5 is #EB945A. Grayscale: #575757. Windows color (decimal): -15438939 or 10840852. OLE color: 10840852.

HSL color Cylindrical-coordinate representation of color #146BA5: hue angle of 204º 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 #146BA5 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 107 165 -
CMYK 0.88 0.35 0 0.35
HSL 204º 0.78% 0.36% -
HSV(B) 204º 0.88% 0.65% -
XYZ 12.34 13.38 37.53 -
YUV 87.6 171.68 79.78 -
System Red Green Blue C M Y K H S L
Decimal 20 107 165 0.88 0.35 0 0.35 204 0.78 0.36
Hex 14 6B A5 58 23 0 23 CC 4E 24
Octal 24 153 245 130 43 0 43 314 116 44
Binary 10100 1101011 10100101 1011000 100011 0 100011 11001100 1001110 100100

Color Harmonies of #146BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146BA5

Black with #146BA5

Text Example


Text Example

White with #146BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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