Html Css Color HEX #095398 Cobalt

📋 copy color: '#095398'

red 9 ◦ green 83 ◦ blue 152

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

Shades of Cobalt #095398

Tints of Cobalt #095398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.02%

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

R = 3.69%
G = 34.02%
B = 62.3%

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

#095398 (or 0x095398) is known color: Cobalt. HEX triplet: 09, 53 and 98. RGB value is (9,83,152). Sum of RGB (Red+Green+Blue) = 9+83+152=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #095398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095398 is #F6AC67. Grayscale: #444444. Windows color (decimal): -16165992 or 9982729. OLE color: 9982729.

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

Color convert

RGB 9 83 152 -
CMYK 0.94 0.45 0 0.40
HSL 208.95º 0.89% 0.32% -
HSV(B) 208.95º 0.94% 0.6% -
XYZ 8.87 8.51 30.88 -
YUV 68.74 174.98 85.39 -
System Red Green Blue C M Y K H S L
Decimal 9 83 152 0.94 0.45 0 0.40 208.95 0.89 0.32
Hex 9 53 98 5E 2D 0 28 D1 59 20
Octal 11 123 230 136 55 0 50 321 131 40
Binary 1001 1010011 10011000 1011110 101101 0 101000 11010001 1011001 100000

Color Harmonies of #095398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095398

Black with #095398

Text Example


Text Example

White with #095398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095398; }

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

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

background-color css

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

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

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

border-color css

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

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

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