Html Css Color HEX #0A41B6 Cobalt

📋 copy color: '#0A41B6'

red 10 ◦ green 65 ◦ blue 182

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

Shades of Cobalt #0A41B6

Tints of Cobalt #0A41B6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

 BLUE value IS 182 (71.48% from 255) = 70.82%

R = 3.89%
G = 25.29%
B = 70.82%

CMYK

 C value IS 0.95

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0A41B6 (or 0x0A41B6) is known color: Cobalt. HEX triplet: 0A, 41 and B6. RGB value is (10,65,182). Sum of RGB (Red+Green+Blue) = 10+65+182=257 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.89% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 182 (71.48% from 255 or 70.82% from 257); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A41B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0A41B6 is #F5BE49. Grayscale: #3D3D3D. Windows color (decimal): -16105034 or 11944202. OLE color: 11944202.

HSL color Cylindrical-coordinate representation of color #0A41B6: hue angle of 220.81º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A41B6 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 10 65 182 -
CMYK 0.95 0.64 0 0.29
HSL 220.81º 0.9% 0.38% -
HSV(B) 220.81º 0.95% 0.71% -
XYZ 10.46 7.22 45.1 -
YUV 61.89 195.78 90.99 -
System Red Green Blue C M Y K H S L
Decimal 10 65 182 0.95 0.64 0 0.29 220.81 0.9 0.38
Hex A 41 B6 5F 40 0 1D DD 5A 26
Octal 12 101 266 137 100 0 35 335 132 46
Binary 1010 1000001 10110110 1011111 1000000 0 11101 11011101 1011010 100110

Color Harmonies of #0A41B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A41B6

Black with #0A41B6

Text Example


Text Example

White with #0A41B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,65,182); }

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

background-color css

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

 a { background-color: rgb(10,65,182); }

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

border-color css

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

 span { border-color: rgb(10,65,182); }

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