Html Css Color HEX #095D98 Cobalt

📋 copy color: '#095D98'

red 9 ◦ green 93 ◦ blue 152

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

Shades of Cobalt #095D98

Tints of Cobalt #095D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.61%

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

R = 3.54%
G = 36.61%
B = 59.84%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#095D98 (or 0x095D98) is known color: Cobalt. HEX triplet: 09, 5D and 98. RGB value is (9,93,152). Sum of RGB (Red+Green+Blue) = 9+93+152=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #095D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D98 is #F6A267. Grayscale: #4A4A4A. Windows color (decimal): -16163432 or 9985289. OLE color: 9985289.

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

Color convert

RGB 9 93 152 -
CMYK 0.94 0.39 0 0.40
HSL 204.76º 0.89% 0.32% -
HSV(B) 204.76º 0.94% 0.6% -
XYZ 9.69 10.15 31.15 -
YUV 74.61 171.67 81.2 -
System Red Green Blue C M Y K H S L
Decimal 9 93 152 0.94 0.39 0 0.40 204.76 0.89 0.32
Hex 9 5D 98 5E 27 0 28 CD 59 20
Octal 11 135 230 136 47 0 50 315 131 40
Binary 1001 1011101 10011000 1011110 100111 0 101000 11001101 1011001 100000

Color Harmonies of #095D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095D98

Black with #095D98

Text Example


Text Example

White with #095D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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