Html Css Color HEX #095898 Cobalt

📋 copy color: '#095898'

red 9 ◦ green 88 ◦ blue 152

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

Shades of Cobalt #095898

Tints of Cobalt #095898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

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

R = 3.61%
G = 35.34%
B = 61.04%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#095898 (or 0x095898) is known color: Cobalt. HEX triplet: 09, 58 and 98. RGB value is (9,88,152). Sum of RGB (Red+Green+Blue) = 9+88+152=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #095898 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095898 is #F6A767. Grayscale: #474747. Windows color (decimal): -16164712 or 9984009. OLE color: 9984009.

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

Color convert

RGB 9 88 152 -
CMYK 0.94 0.42 0 0.40
HSL 206.85º 0.89% 0.32% -
HSV(B) 206.85º 0.94% 0.6% -
XYZ 9.27 9.3 31.01 -
YUV 71.68 173.33 83.3 -
System Red Green Blue C M Y K H S L
Decimal 9 88 152 0.94 0.42 0 0.40 206.85 0.89 0.32
Hex 9 58 98 5E 2A 0 28 CF 59 20
Octal 11 130 230 136 52 0 50 317 131 40
Binary 1001 1011000 10011000 1011110 101010 0 101000 11001111 1011001 100000

Color Harmonies of #095898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095898

Black with #095898

Text Example


Text Example

White with #095898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095898; }

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

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

background-color css

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

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

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

border-color css

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

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

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