Html Css Color HEX #095698 Cobalt

📋 copy color: '#095698'

red 9 ◦ green 86 ◦ blue 152

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

Shades of Cobalt #095698

Tints of Cobalt #095698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.82%

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

R = 3.64%
G = 34.82%
B = 61.54%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#095698 (or 0x095698) is known color: Cobalt. HEX triplet: 09, 56 and 98. RGB value is (9,86,152). Sum of RGB (Red+Green+Blue) = 9+86+152=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #095698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095698 is #F6A967. Grayscale: #464646. Windows color (decimal): -16165224 or 9983497. OLE color: 9983497.

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

Color convert

RGB 9 86 152 -
CMYK 0.94 0.43 0 0.40
HSL 207.69º 0.89% 0.32% -
HSV(B) 207.69º 0.94% 0.6% -
XYZ 9.11 8.98 30.96 -
YUV 70.5 173.99 84.13 -
System Red Green Blue C M Y K H S L
Decimal 9 86 152 0.94 0.43 0 0.40 207.69 0.89 0.32
Hex 9 56 98 5E 2B 0 28 D0 59 20
Octal 11 126 230 136 53 0 50 320 131 40
Binary 1001 1010110 10011000 1011110 101011 0 101000 11010000 1011001 100000

Color Harmonies of #095698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095698

Black with #095698

Text Example


Text Example

White with #095698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095698; }

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

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

background-color css

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

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

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

border-color css

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

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

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