Html Css Color HEX #095AAA Cobalt

📋 copy color: '#095AAA'

red 9 ◦ green 90 ◦ blue 170

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

Shades of Cobalt #095AAA

Tints of Cobalt #095AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 3.35%
G = 33.46%
B = 63.2%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#095AAA (or 0x095AAA) is known color: Cobalt. HEX triplet: 09, 5A and AA. RGB value is (9,90,170). Sum of RGB (Red+Green+Blue) = 9+90+170=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #095AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095AAA is #F6A555. Grayscale: #4A4A4A. Windows color (decimal): -16164182 or 11164169. OLE color: 11164169.

HSL color Cylindrical-coordinate representation of color #095AAA: hue angle of 209.81º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095AAA is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 90 170 -
CMYK 0.95 0.47 0 0.33
HSL 209.81º 0.9% 0.35% -
HSV(B) 209.81º 0.95% 0.67% -
XYZ 11.02 10.27 39.43 -
YUV 74.9 181.66 81 -
System Red Green Blue C M Y K H S L
Decimal 9 90 170 0.95 0.47 0 0.33 209.81 0.9 0.35
Hex 9 5A AA 5F 2F 0 21 D2 5A 23
Octal 11 132 252 137 57 0 41 322 132 43
Binary 1001 1011010 10101010 1011111 101111 0 100001 11010010 1011010 100011

Color Harmonies of #095AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095AAA

Black with #095AAA

Text Example


Text Example

White with #095AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095AAA; }

 p { color: rgb(9,90,170); }

 H1.HeaderClassName
 {
   color: #095AAA;
 }
 .AnyTagClassName
 {
   color: #095AAA;
 }
</style>

background-color css

<style>
 a { background-color: #095AAA; }

 a { background-color: rgb(9,90,170); }

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

border-color css

<style>
 span { border-color: #095AAA; }

 span { border-color: rgb(9,90,170); }

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