Html Css Color HEX #095A98 Cobalt

📋 copy color: '#095A98'

red 9 ◦ green 90 ◦ blue 152

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

Shades of Cobalt #095A98

Tints of Cobalt #095A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.56%

R = 3.59%
G = 35.86%
B = 60.56%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#095A98 (or 0x095A98) is known color: Cobalt. HEX triplet: 09, 5A and 98. RGB value is (9,90,152). Sum of RGB (Red+Green+Blue) = 9+90+152=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #095A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A98 is #F6A567. Grayscale: #484848. Windows color (decimal): -16164200 or 9984521. OLE color: 9984521.

HSL color Cylindrical-coordinate representation of color #095A98: hue angle of 206.01º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095A98 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 90 152 -
CMYK 0.94 0.41 0 0.40
HSL 206.01º 0.89% 0.32% -
HSV(B) 206.01º 0.94% 0.6% -
XYZ 9.44 9.64 31.07 -
YUV 72.85 172.66 82.46 -
System Red Green Blue C M Y K H S L
Decimal 9 90 152 0.94 0.41 0 0.40 206.01 0.89 0.32
Hex 9 5A 98 5E 29 0 28 CE 59 20
Octal 11 132 230 136 51 0 50 316 131 40
Binary 1001 1011010 10011000 1011110 101001 0 101000 11001110 1011001 100000

Color Harmonies of #095A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A98

Black with #095A98

Text Example


Text Example

White with #095A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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