Html Css Color HEX #0A4698 Cobalt

📋 copy color: '#0A4698'

red 10 ◦ green 70 ◦ blue 152

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

Shades of Cobalt #0A4698

Tints of Cobalt #0A4698

RGB

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

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

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

R = 4.31%
G = 30.17%
B = 65.52%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0A4698 (or 0x0A4698) is known color: Cobalt. HEX triplet: 0A, 46 and 98. RGB value is (10,70,152). Sum of RGB (Red+Green+Blue) = 10+70+152=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #0A4698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A4698 is #F5B967. Grayscale: #3D3D3D. Windows color (decimal): -16103784 or 9979402. OLE color: 9979402.

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

Color convert

RGB 10 70 152 -
CMYK 0.93 0.54 0 0.40
HSL 214.65º 0.88% 0.32% -
HSV(B) 214.65º 0.93% 0.6% -
XYZ 7.98 6.71 30.58 -
YUV 61.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 10 70 152 0.93 0.54 0 0.40 214.65 0.88 0.32
Hex A 46 98 5D 36 0 28 D7 58 20
Octal 12 106 230 135 66 0 50 327 130 40
Binary 1010 1000110 10011000 1011101 110110 0 101000 11010111 1011000 100000

Color Harmonies of #0A4698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4698

Black with #0A4698

Text Example


Text Example

White with #0A4698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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