Html Css Color HEX #095EA5 Cobalt

📋 copy color: '#095EA5'

red 9 ◦ green 94 ◦ blue 165

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

Shades of Cobalt #095EA5

Tints of Cobalt #095EA5

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 value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#095EA5 (or 0x095EA5) is known color: 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

RGB 9 94 165 -
CMYK 0.95 0.43 0 0.35
HSL 207.31º 0.9% 0.34% -
HSV(B) 207.31º 0.95% 0.65% -
XYZ 10.91 10.78 37.1 -
YUV 76.68 177.84 79.73 -
System Red Green Blue C M Y K H S L
Decimal 9 94 165 0.95 0.43 0 0.35 207.31 0.9 0.34
Hex 9 5E A5 5F 2B 0 23 CF 5A 22
Octal 11 136 245 137 53 0 43 317 132 42
Binary 1001 1011110 10100101 1011111 101011 0 100011 11001111 1011010 100010

Color Harmonies of #095EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095EA5

Black with #095EA5

Text Example


Text Example

White with #095EA5

Text Example


Text Example

HTML Codes & Css Web 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>