Html Css Color HEX #0A63C6 Navy Blue

📋 copy color: '#0A63C6'

red 10 ◦ green 99 ◦ blue 198

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

Shades of Navy Blue #0A63C6

Tints of Navy Blue #0A63C6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.25%

 BLUE value IS 198 (77.73% from 255) = 64.5%

R = 3.26%
G = 32.25%
B = 64.5%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0A63C6 (or 0x0A63C6) is known color: Navy Blue. HEX triplet: 0A, 63 and C6. RGB value is (10,99,198). Sum of RGB (Red+Green+Blue) = 10+99+198=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #0A63C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A63C6 is #F59C39. Grayscale: #535353. Windows color (decimal): -16096314 or 13001482. OLE color: 13001482.

HSL color Cylindrical-coordinate representation of color #0A63C6: hue angle of 211.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A63C6 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 10 99 198 -
CMYK 0.95 0.50 0 0.22
HSL 211.6º 0.9% 0.41% -
HSV(B) 211.6º 0.95% 0.78% -
XYZ 14.78 13.07 55.17 -
YUV 83.68 192.51 75.45 -
System Red Green Blue C M Y K H S L
Decimal 10 99 198 0.95 0.50 0 0.22 211.6 0.9 0.41
Hex A 63 C6 5F 32 0 16 D4 5A 29
Octal 12 143 306 137 62 0 26 324 132 51
Binary 1010 1100011 11000110 1011111 110010 0 10110 11010100 1011010 101001

Color Harmonies of #0A63C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A63C6

Black with #0A63C6

Text Example


Text Example

White with #0A63C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,99,198); }

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

background-color css

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

 a { background-color: rgb(10,99,198); }

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

border-color css

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

 span { border-color: rgb(10,99,198); }

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