Html Css Color HEX #0A5098 Cobalt

📋 copy color: '#0A5098'

red 10 ◦ green 80 ◦ blue 152

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

Shades of Cobalt #0A5098

Tints of Cobalt #0A5098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 4.13%
G = 33.06%
B = 62.81%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A5098 (or 0x0A5098) is known color: Cobalt. HEX triplet: 0A, 50 and 98. RGB value is (10,80,152). Sum of RGB (Red+Green+Blue) = 10+80+152=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A5098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5098 is #F5AF67. Grayscale: #424242. Windows color (decimal): -16101224 or 9981962. OLE color: 9981962.

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

Color convert

RGB 10 80 152 -
CMYK 0.93 0.47 0 0.40
HSL 210.42º 0.88% 0.32% -
HSV(B) 210.42º 0.93% 0.6% -
XYZ 8.66 8.07 30.81 -
YUV 67.28 175.81 87.15 -
System Red Green Blue C M Y K H S L
Decimal 10 80 152 0.93 0.47 0 0.40 210.42 0.88 0.32
Hex A 50 98 5D 2F 0 28 D2 58 20
Octal 12 120 230 135 57 0 50 322 130 40
Binary 1010 1010000 10011000 1011101 101111 0 101000 11010010 1011000 100000

Color Harmonies of #0A5098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5098

Black with #0A5098

Text Example


Text Example

White with #0A5098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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