Html Css Color HEX #095A9E Cobalt

📋 copy color: '#095A9E'

red 9 ◦ green 90 ◦ blue 158

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

Shades of Cobalt #095A9E

Tints of Cobalt #095A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.48%

R = 3.5%
G = 35.02%
B = 61.48%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#095A9E (or 0x095A9E) is known color: Cobalt. HEX triplet: 09, 5A and 9E. RGB value is (9,90,158). Sum of RGB (Red+Green+Blue) = 9+90+158=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #095A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A9E is #F6A561. Grayscale: #494949. Windows color (decimal): -16164194 or 10377737. OLE color: 10377737.

HSL color Cylindrical-coordinate representation of color #095A9E: hue angle of 207.38º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095A9E is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 90 158 -
CMYK 0.94 0.43 0 0.38
HSL 207.38º 0.89% 0.33% -
HSV(B) 207.38º 0.94% 0.62% -
XYZ 9.94 9.84 33.72 -
YUV 73.53 175.66 81.97 -
System Red Green Blue C M Y K H S L
Decimal 9 90 158 0.94 0.43 0 0.38 207.38 0.89 0.33
Hex 9 5A 9E 5E 2B 0 26 CF 59 21
Octal 11 132 236 136 53 0 46 317 131 41
Binary 1001 1011010 10011110 1011110 101011 0 100110 11001111 1011001 100001

Color Harmonies of #095A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A9E

Black with #095A9E

Text Example


Text Example

White with #095A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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