Html Css Color HEX #095498 Cobalt

📋 copy color: '#095498'

red 9 ◦ green 84 ◦ blue 152

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

Shades of Cobalt #095498

Tints of Cobalt #095498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

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

R = 3.67%
G = 34.29%
B = 62.04%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#095498 (or 0x095498) is known color: Cobalt. HEX triplet: 09, 54 and 98. RGB value is (9,84,152). Sum of RGB (Red+Green+Blue) = 9+84+152=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #095498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095498 is #F6AB67. Grayscale: #444444. Windows color (decimal): -16165736 or 9982985. OLE color: 9982985.

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

Color convert

RGB 9 84 152 -
CMYK 0.94 0.45 0 0.40
HSL 208.53º 0.89% 0.32% -
HSV(B) 208.53º 0.94% 0.6% -
XYZ 8.95 8.67 30.91 -
YUV 69.33 174.65 84.97 -
System Red Green Blue C M Y K H S L
Decimal 9 84 152 0.94 0.45 0 0.40 208.53 0.89 0.32
Hex 9 54 98 5E 2D 0 28 D1 59 20
Octal 11 124 230 136 55 0 50 321 131 40
Binary 1001 1010100 10011000 1011110 101101 0 101000 11010001 1011001 100000

Color Harmonies of #095498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095498

Black with #095498

Text Example


Text Example

White with #095498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095498; }

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

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

background-color css

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

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

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

border-color css

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

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

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