Html Css Color HEX #0A7CDC Navy Blue

📋 copy color: '#0A7CDC'

red 10 ◦ green 124 ◦ blue 220

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

Shades of Navy Blue #0A7CDC

Tints of Navy Blue #0A7CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 2.82%
G = 35.03%
B = 62.15%

CMYK

 C value IS 0.95

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A7CDC (or 0x0A7CDC) is known color: Navy Blue. HEX triplet: 0A, 7C and DC. RGB value is (10,124,220). Sum of RGB (Red+Green+Blue) = 10+124+220=354 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #0A7CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7CDC is #F58323. Grayscale: #646464. Windows color (decimal): -16089892 or 14449674. OLE color: 14449674.

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

Color convert

RGB 10 124 220 -
CMYK 0.95 0.44 0 0.14
HSL 207.43º 0.91% 0.45% -
HSV(B) 207.43º 0.95% 0.86% -
XYZ 20.25 19.65 70.44 -
YUV 100.86 195.23 63.19 -
System Red Green Blue C M Y K H S L
Decimal 10 124 220 0.95 0.44 0 0.14 207.43 0.91 0.45
Hex A 7C DC 5F 2C 0 E CF 5B 2D
Octal 12 174 334 137 54 0 16 317 133 55
Binary 1010 1111100 11011100 1011111 101100 0 1110 11001111 1011011 101101

Color Harmonies of #0A7CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7CDC

Black with #0A7CDC

Text Example


Text Example

White with #0A7CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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