Html Css Color HEX #0A7DCD Navy Blue

📋 copy color: '#0A7DCD'

red 10 ◦ green 125 ◦ blue 205

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

Shades of Navy Blue #0A7DCD

Tints of Navy Blue #0A7DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.76%

 BLUE value IS 205 (80.47% from 255) = 60.29%

R = 2.94%
G = 36.76%
B = 60.29%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A7DCD (or 0x0A7DCD) is known color: Navy Blue. HEX triplet: 0A, 7D and CD. RGB value is (10,125,205). Sum of RGB (Red+Green+Blue) = 10+125+205=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A7DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A7DCD is #F58232. Grayscale: #636363. Windows color (decimal): -16089651 or 13466890. OLE color: 13466890.

HSL color Cylindrical-coordinate representation of color #0A7DCD: hue angle of 204.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A7DCD is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 125 205 -
CMYK 0.95 0.39 0 0.20
HSL 204.62º 0.91% 0.42% -
HSV(B) 204.62º 0.95% 0.8% -
XYZ 18.48 19.14 60.48 -
YUV 99.74 187.4 64 -
System Red Green Blue C M Y K H S L
Decimal 10 125 205 0.95 0.39 0 0.20 204.62 0.91 0.42
Hex A 7D CD 5F 27 0 14 CD 5B 2A
Octal 12 175 315 137 47 0 24 315 133 52
Binary 1010 1111101 11001101 1011111 100111 0 10100 11001101 1011011 101010

Color Harmonies of #0A7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7DCD

Black with #0A7DCD

Text Example


Text Example

White with #0A7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,125,205); }

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

background-color css

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

 a { background-color: rgb(10,125,205); }

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

border-color css

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

 span { border-color: rgb(10,125,205); }

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