Html Css Color HEX #096BA5 Cerulean

📋 copy color: '#096BA5'

red 9 ◦ green 107 ◦ blue 165

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

Shades of Cerulean #096BA5

Tints of Cerulean #096BA5

RGB

 RED value IS 9 (3.91% from 255) = 3.2%

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

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

R = 3.2%
G = 38.08%
B = 58.72%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#096BA5 (or 0x096BA5) is known color: Cerulean. HEX triplet: 09, 6B and A5. RGB value is (9,107,165). Sum of RGB (Red+Green+Blue) = 9+107+165=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 165 (64.84% from 255 or 58.72% from 281); Max value from RGB is 165 - color contains mainly: blue. Hex color #096BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096BA5 is #F6945A. Grayscale: #535353. Windows color (decimal): -16159835 or 10840841. OLE color: 10840841.

HSL color Cylindrical-coordinate representation of color #096BA5: hue angle of 202.31º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096BA5 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 107 165 -
CMYK 0.95 0.35 0 0.35
HSL 202.31º 0.9% 0.34% -
HSV(B) 202.31º 0.95% 0.65% -
XYZ 12.16 13.29 37.52 -
YUV 84.31 173.53 74.28 -
System Red Green Blue C M Y K H S L
Decimal 9 107 165 0.95 0.35 0 0.35 202.31 0.9 0.34
Hex 9 6B A5 5F 23 0 23 CA 5A 22
Octal 11 153 245 137 43 0 43 312 132 42
Binary 1001 1101011 10100101 1011111 100011 0 100011 11001010 1011010 100010

Color Harmonies of #096BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BA5

Black with #096BA5

Text Example


Text Example

White with #096BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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