Html Css Color HEX #0A4F98 Cobalt

📋 copy color: '#0A4F98'

red 10 ◦ green 79 ◦ blue 152

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

Shades of Cobalt #0A4F98

Tints of Cobalt #0A4F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.78%

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

R = 4.15%
G = 32.78%
B = 63.07%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A4F98 (or 0x0A4F98) is known color: Cobalt. HEX triplet: 0A, 4F and 98. RGB value is (10,79,152). Sum of RGB (Red+Green+Blue) = 10+79+152=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A4F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A4F98 is #F5B067. Grayscale: #424242. Windows color (decimal): -16101480 or 9981706. OLE color: 9981706.

HSL color Cylindrical-coordinate representation of color #0A4F98: hue angle of 210.85º 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 #0A4F98 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 79 152 -
CMYK 0.93 0.48 0 0.40
HSL 210.85º 0.88% 0.32% -
HSV(B) 210.85º 0.93% 0.6% -
XYZ 8.59 7.92 30.78 -
YUV 66.69 176.14 87.56 -
System Red Green Blue C M Y K H S L
Decimal 10 79 152 0.93 0.48 0 0.40 210.85 0.88 0.32
Hex A 4F 98 5D 30 0 28 D3 58 20
Octal 12 117 230 135 60 0 50 323 130 40
Binary 1010 1001111 10011000 1011101 110000 0 101000 11010011 1011000 100000

Color Harmonies of #0A4F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4F98

Black with #0A4F98

Text Example


Text Example

White with #0A4F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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