Html Css Color HEX #095598 Cobalt

📋 copy color: '#095598'

red 9 ◦ green 85 ◦ blue 152

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

Shades of Cobalt #095598

Tints of Cobalt #095598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

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

R = 3.66%
G = 34.55%
B = 61.79%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#095598 (or 0x095598) is known color: Cobalt. HEX triplet: 09, 55 and 98. RGB value is (9,85,152). Sum of RGB (Red+Green+Blue) = 9+85+152=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #095598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095598 is #F6AA67. Grayscale: #454545. Windows color (decimal): -16165480 or 9983241. OLE color: 9983241.

HSL color Cylindrical-coordinate representation of color #095598: hue angle of 208.11º 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 #095598 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 85 152 -
CMYK 0.94 0.44 0 0.40
HSL 208.11º 0.89% 0.32% -
HSV(B) 208.11º 0.94% 0.6% -
XYZ 9.03 8.82 30.93 -
YUV 69.91 174.32 84.55 -
System Red Green Blue C M Y K H S L
Decimal 9 85 152 0.94 0.44 0 0.40 208.11 0.89 0.32
Hex 9 55 98 5E 2C 0 28 D0 59 20
Octal 11 125 230 136 54 0 50 320 131 40
Binary 1001 1010101 10011000 1011110 101100 0 101000 11010000 1011001 100000

Color Harmonies of #095598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095598

Black with #095598

Text Example


Text Example

White with #095598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095598; }

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

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

background-color css

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

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

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

border-color css

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

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

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