Html Css Color HEX #095098 Cobalt

📋 copy color: '#095098'

red 9 ◦ green 80 ◦ blue 152

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

Shades of Cobalt #095098

Tints of Cobalt #095098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.2%

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

R = 3.73%
G = 33.2%
B = 63.07%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#095098 (or 0x095098) is known color: Cobalt. HEX triplet: 09, 50 and 98. RGB value is (9,80,152). Sum of RGB (Red+Green+Blue) = 9+80+152=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #095098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095098 is #F6AF67. Grayscale: #424242. Windows color (decimal): -16166760 or 9981961. OLE color: 9981961.

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

Color convert

RGB 9 80 152 -
CMYK 0.94 0.47 0 0.40
HSL 210.21º 0.89% 0.32% -
HSV(B) 210.21º 0.94% 0.6% -
XYZ 8.65 8.06 30.81 -
YUV 66.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 9 80 152 0.94 0.47 0 0.40 210.21 0.89 0.32
Hex 9 50 98 5E 2F 0 28 D2 59 20
Octal 11 120 230 136 57 0 50 322 131 40
Binary 1001 1010000 10011000 1011110 101111 0 101000 11010010 1011001 100000

Color Harmonies of #095098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095098

Black with #095098

Text Example


Text Example

White with #095098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095098; }

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

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

background-color css

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

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

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

border-color css

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

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

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