Html Css Color HEX #0A459E Cobalt

📋 copy color: '#0A459E'

red 10 ◦ green 69 ◦ blue 158

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

Shades of Cobalt #0A459E

Tints of Cobalt #0A459E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 158 (62.11% from 255) = 66.67%

R = 4.22%
G = 29.11%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0A459E (or 0x0A459E) is known color: Cobalt. HEX triplet: 0A, 45 and 9E. RGB value is (10,69,158). Sum of RGB (Red+Green+Blue) = 10+69+158=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A459E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A459E is #F5BA61. Grayscale: #3D3D3D. Windows color (decimal): -16104034 or 10372362. OLE color: 10372362.

HSL color Cylindrical-coordinate representation of color #0A459E: hue angle of 216.08º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A459E is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 69 158 -
CMYK 0.94 0.56 0 0.38
HSL 216.08º 0.88% 0.33% -
HSV(B) 216.08º 0.94% 0.62% -
XYZ 8.42 6.79 33.21 -
YUV 61.51 182.45 91.26 -
System Red Green Blue C M Y K H S L
Decimal 10 69 158 0.94 0.56 0 0.38 216.08 0.88 0.33
Hex A 45 9E 5E 38 0 26 D8 58 21
Octal 12 105 236 136 70 0 46 330 130 41
Binary 1010 1000101 10011110 1011110 111000 0 100110 11011000 1011000 100001

Color Harmonies of #0A459E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A459E

Black with #0A459E

Text Example


Text Example

White with #0A459E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,69,158); }

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

background-color css

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

 a { background-color: rgb(10,69,158); }

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

border-color css

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

 span { border-color: rgb(10,69,158); }

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