#095EA5

Color #095EA5 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #095EA5

Tints of Cobalt #095EA5

Color information

#095EA5 (or 0x095EA5) is unknown color: approx Cobalt. HEX triplet: 09, 5E and A5. RGB value is (9,94,165). Sum of RGB (Red+Green+Blue) = 9+94+165=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 165 (64.84% from 255 or 61.57% from 268); Max value from RGB is 165 - color contains mainly: blue. Hex color #095EA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095EA5 is #F6A15A. Grayscale: #4C4C4C. Windows color (decimal): -16163163 or 10837513. OLE color: 10837513.

HSL color Cylindrical-coordinate representation of color #095EA5: hue angle of 207.31º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095EA5 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB994165-
CMYK0.950.4300.35
HSL207.31º89.66%34.12%-
HSV(B)207.31º94.55%64.71%-
XYZ10.9110.7837.1-
YUV76.68177.8479.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.36%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 165 (64.84% from 255) = 61.57%
R=3.36%
G=35.07%
B=61.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9941650.950.4300.35207.3189.6634.12
Hex95EA55F2B023cf5a22
Octal111362451375304331713242
Binary100110111101010010110111111010110100011110011111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,94,165); }

 H1.HeaderClassName
 {
   color: #095EA5;
 }
 .AnyTagClassName
 {
   color: #095EA5;
 }
</style>
background-color css

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

 a { background-color: rgb(9,94,165); }

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

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

 span { border-color: rgb(9,94,165); }

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