Html Css Color HEX #0A7CDF Navy Blue

📋 copy color: '#0A7CDF'

red 10 ◦ green 124 ◦ blue 223

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

Shades of Navy Blue #0A7CDF

Tints of Navy Blue #0A7CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.73%

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 2.8%
G = 34.73%
B = 62.46%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A7CDF (or 0x0A7CDF) is known color: Navy Blue. HEX triplet: 0A, 7C and DF. RGB value is (10,124,223). Sum of RGB (Red+Green+Blue) = 10+124+223=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A7CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7CDF is #F58320. Grayscale: #646464. Windows color (decimal): -16089889 or 14646282. OLE color: 14646282.

HSL color Cylindrical-coordinate representation of color #0A7CDF: hue angle of 207.89º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7CDF is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 124 223 -
CMYK 0.96 0.44 0 0.13
HSL 207.89º 0.91% 0.46% -
HSV(B) 207.89º 0.96% 0.87% -
XYZ 20.65 19.81 72.55 -
YUV 101.2 196.73 62.95 -
System Red Green Blue C M Y K H S L
Decimal 10 124 223 0.96 0.44 0 0.13 207.89 0.91 0.46
Hex A 7C DF 60 2C 0 D D0 5B 2E
Octal 12 174 337 140 54 0 15 320 133 56
Binary 1010 1111100 11011111 1100000 101100 0 1101 11010000 1011011 101110

Color Harmonies of #0A7CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7CDF

Black with #0A7CDF

Text Example


Text Example

White with #0A7CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,124,223); }

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

background-color css

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

 a { background-color: rgb(10,124,223); }

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

border-color css

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

 span { border-color: rgb(10,124,223); }

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