Html Css Color HEX #095C9F Cobalt

📋 copy color: '#095C9F'

red 9 ◦ green 92 ◦ blue 159

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

Shades of Cobalt #095C9F

Tints of Cobalt #095C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.15%

R = 3.46%
G = 35.38%
B = 61.15%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#095C9F (or 0x095C9F) is known color: Cobalt. HEX triplet: 09, 5C and 9F. RGB value is (9,92,159). Sum of RGB (Red+Green+Blue) = 9+92+159=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #095C9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095C9F is #F6A360. Grayscale: #4A4A4A. Windows color (decimal): -16163681 or 10443785. OLE color: 10443785.

HSL color Cylindrical-coordinate representation of color #095C9F: hue angle of 206.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095C9F is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 92 159 -
CMYK 0.94 0.42 0 0.38
HSL 206.8º 0.89% 0.33% -
HSV(B) 206.8º 0.94% 0.62% -
XYZ 10.2 10.22 34.24 -
YUV 74.82 175.5 81.05 -
System Red Green Blue C M Y K H S L
Decimal 9 92 159 0.94 0.42 0 0.38 206.8 0.89 0.33
Hex 9 5C 9F 5E 2A 0 26 CF 59 21
Octal 11 134 237 136 52 0 46 317 131 41
Binary 1001 1011100 10011111 1011110 101010 0 100110 11001111 1011001 100001

Color Harmonies of #095C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095C9F

Black with #095C9F

Text Example


Text Example

White with #095C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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