Html Css Color HEX #095C99 Cobalt

📋 copy color: '#095C99'

red 9 ◦ green 92 ◦ blue 153

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

Shades of Cobalt #095C99

Tints of Cobalt #095C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.22%

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 3.54%
G = 36.22%
B = 60.24%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#095C99 (or 0x095C99) is known color: Cobalt. HEX triplet: 09, 5C and 99. RGB value is (9,92,153). Sum of RGB (Red+Green+Blue) = 9+92+153=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #095C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095C99 is #F6A366. Grayscale: #494949. Windows color (decimal): -16163687 or 10050569. OLE color: 10050569.

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

Color convert

RGB 9 92 153 -
CMYK 0.94 0.40 0 0.4
HSL 205.42º 0.89% 0.32% -
HSV(B) 205.42º 0.94% 0.6% -
XYZ 9.69 10.01 31.56 -
YUV 74.14 172.5 81.54 -
System Red Green Blue C M Y K H S L
Decimal 9 92 153 0.94 0.40 0 0.4 205.42 0.89 0.32
Hex 9 5C 99 5E 28 0 28 CD 59 20
Octal 11 134 231 136 50 0 50 315 131 40
Binary 1001 1011100 10011001 1011110 101000 0 101000 11001101 1011001 100000

Color Harmonies of #095C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C99

Black with #095C99

Text Example


Text Example

White with #095C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,92,153); }

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

background-color css

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

 a { background-color: rgb(9,92,153); }

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

border-color css

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

 span { border-color: rgb(9,92,153); }

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