Html Css Color HEX #0A469A Cobalt

📋 copy color: '#0A469A'

red 10 ◦ green 70 ◦ blue 154

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

Shades of Cobalt #0A469A

Tints of Cobalt #0A469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

 BLUE value IS 154 (60.55% from 255) = 65.81%

R = 4.27%
G = 29.91%
B = 65.81%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A469A (or 0x0A469A) is known color: Cobalt. HEX triplet: 0A, 46 and 9A. RGB value is (10,70,154). Sum of RGB (Red+Green+Blue) = 10+70+154=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A469A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A469A is #F5B965. Grayscale: #3D3D3D. Windows color (decimal): -16103782 or 10110474. OLE color: 10110474.

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

Color convert

RGB 10 70 154 -
CMYK 0.94 0.55 0 0.40
HSL 215º 0.88% 0.32% -
HSV(B) 215º 0.94% 0.6% -
XYZ 8.15 6.78 31.45 -
YUV 61.64 180.12 91.17 -
System Red Green Blue C M Y K H S L
Decimal 10 70 154 0.94 0.55 0 0.40 215 0.88 0.32
Hex A 46 9A 5E 37 0 28 D7 58 20
Octal 12 106 232 136 67 0 50 327 130 40
Binary 1010 1000110 10011010 1011110 110111 0 101000 11010111 1011000 100000

Color Harmonies of #0A469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A469A

Black with #0A469A

Text Example


Text Example

White with #0A469A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,70,154); }

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

background-color css

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

 a { background-color: rgb(10,70,154); }

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

border-color css

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

 span { border-color: rgb(10,70,154); }

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