Html Css Color HEX #0A3FB0 Cobalt

📋 copy color: '#0A3FB0'

red 10 ◦ green 63 ◦ blue 176

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

Shades of Cobalt #0A3FB0

Tints of Cobalt #0A3FB0

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

 BLUE value IS 176 (69.14% from 255) = 70.68%

R = 4.02%
G = 25.3%
B = 70.68%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0A3FB0 (or 0x0A3FB0) is known color: Cobalt. HEX triplet: 0A, 3F and B0. RGB value is (10,63,176). Sum of RGB (Red+Green+Blue) = 10+63+176=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 176 (69.14% from 255 or 70.68% from 249); Max value from RGB is 176 - color contains mainly: blue. Hex color #0A3FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3FB0 is #F5C04F. Grayscale: #3B3B3B. Windows color (decimal): -16105552 or 11550474. OLE color: 11550474.

HSL color Cylindrical-coordinate representation of color #0A3FB0: hue angle of 220.84º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A3FB0 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 10 63 176 -
CMYK 0.94 0.64 0 0.31
HSL 220.84º 0.89% 0.36% -
HSV(B) 220.84º 0.94% 0.69% -
XYZ 9.74 6.75 41.86 -
YUV 60.04 193.44 92.31 -
System Red Green Blue C M Y K H S L
Decimal 10 63 176 0.94 0.64 0 0.31 220.84 0.89 0.36
Hex A 3F B0 5E 40 0 1F DD 59 24
Octal 12 77 260 136 100 0 37 335 131 44
Binary 1010 111111 10110000 1011110 1000000 0 11111 11011101 1011001 100100

Color Harmonies of #0A3FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3FB0

Black with #0A3FB0

Text Example


Text Example

White with #0A3FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,63,176); }

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

background-color css

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

 a { background-color: rgb(10,63,176); }

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

border-color css

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

 span { border-color: rgb(10,63,176); }

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