Html Css Color HEX #0A6FDA Navy Blue

📋 copy color: '#0A6FDA'

red 10 ◦ green 111 ◦ blue 218

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

Shades of Navy Blue #0A6FDA

Tints of Navy Blue #0A6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 218 (85.55% from 255) = 64.31%

R = 2.95%
G = 32.74%
B = 64.31%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0A6FDA (or 0x0A6FDA) is known color: Navy Blue. HEX triplet: 0A, 6F and DA. RGB value is (10,111,218). Sum of RGB (Red+Green+Blue) = 10+111+218=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #0A6FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6FDA is #F59025. Grayscale: #5C5C5C. Windows color (decimal): -16093222 or 14315274. OLE color: 14315274.

HSL color Cylindrical-coordinate representation of color #0A6FDA: hue angle of 210.87º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6FDA is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 111 218 -
CMYK 0.95 0.49 0 0.15
HSL 210.87º 0.91% 0.45% -
HSV(B) 210.87º 0.95% 0.85% -
XYZ 18.46 16.5 68.54 -
YUV 93 198.54 68.8 -
System Red Green Blue C M Y K H S L
Decimal 10 111 218 0.95 0.49 0 0.15 210.87 0.91 0.45
Hex A 6F DA 5F 31 0 F D3 5B 2D
Octal 12 157 332 137 61 0 17 323 133 55
Binary 1010 1101111 11011010 1011111 110001 0 1111 11010011 1011011 101101

Color Harmonies of #0A6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6FDA

Black with #0A6FDA

Text Example


Text Example

White with #0A6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,111,218); }

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

background-color css

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

 a { background-color: rgb(10,111,218); }

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

border-color css

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

 span { border-color: rgb(10,111,218); }

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