Html Css Color HEX #0A5096 Cobalt

📋 copy color: '#0A5096'

red 10 ◦ green 80 ◦ blue 150

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

Shades of Cobalt #0A5096

Tints of Cobalt #0A5096

RGB

 RED value IS 10 (4.3% from 255) = 4.17%

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 150 (58.98% from 255) = 62.5%

R = 4.17%
G = 33.33%
B = 62.5%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0A5096 (or 0x0A5096) is known color: Cobalt. HEX triplet: 0A, 50 and 96. RGB value is (10,80,150). Sum of RGB (Red+Green+Blue) = 10+80+150=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A5096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5096 is #F5AF69. Grayscale: #424242. Windows color (decimal): -16101226 or 9850890. OLE color: 9850890.

HSL color Cylindrical-coordinate representation of color #0A5096: hue angle of 210º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5096 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 80 150 -
CMYK 0.93 0.47 0 0.41
HSL 210º 0.88% 0.31% -
HSV(B) 210º 0.93% 0.59% -
XYZ 8.5 8 29.95 -
YUV 67.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 10 80 150 0.93 0.47 0 0.41 210 0.88 0.31
Hex A 50 96 5D 2F 0 29 D2 58 1F
Octal 12 120 226 135 57 0 51 322 130 37
Binary 1010 1010000 10010110 1011101 101111 0 101001 11010010 1011000 11111

Color Harmonies of #0A5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5096

Black with #0A5096

Text Example


Text Example

White with #0A5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A5096; }

 p { color: rgb(10,80,150); }

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

background-color css

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

 a { background-color: rgb(10,80,150); }

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

border-color css

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

 span { border-color: rgb(10,80,150); }

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