Html Css Color HEX #0A6FEF Navy Blue

📋 copy color: '#0A6FEF'

red 10 ◦ green 111 ◦ blue 239

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

Shades of Navy Blue #0A6FEF

Tints of Navy Blue #0A6FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.39%

R = 2.78%
G = 30.83%
B = 66.39%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0A6FEF (or 0x0A6FEF) is known color: Navy Blue. HEX triplet: 0A, 6F and EF. RGB value is (10,111,239). Sum of RGB (Red+Green+Blue) = 10+111+239=360 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.78% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A6FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6FEF is #F59010. Grayscale: #5E5E5E. Windows color (decimal): -16093201 or 15691530. OLE color: 15691530.

HSL color Cylindrical-coordinate representation of color #0A6FEF: hue angle of 213.54º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6FEF is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 10 111 239 -
CMYK 0.96 0.54 0 0.06
HSL 213.54º 0.92% 0.49% -
HSV(B) 213.54º 0.96% 0.94% -
XYZ 21.39 17.67 83.94 -
YUV 95.39 209.04 67.09 -
System Red Green Blue C M Y K H S L
Decimal 10 111 239 0.96 0.54 0 0.06 213.54 0.92 0.49
Hex A 6F EF 60 36 0 6 D6 5C 31
Octal 12 157 357 140 66 0 6 326 134 61
Binary 1010 1101111 11101111 1100000 110110 0 110 11010110 1011100 110001

Color Harmonies of #0A6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6FEF

Black with #0A6FEF

Text Example


Text Example

White with #0A6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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