Html Css Color HEX #0D7ECA Navy Blue

📋 copy color: '#0D7ECA'

red 13 ◦ green 126 ◦ blue 202

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

Shades of Navy Blue #0D7ECA

Tints of Navy Blue #0D7ECA

RGB

 RED value IS 13 (5.47% from 255) = 3.81%

 GREEN value IS 126 (49.61% from 255) = 36.95%

 BLUE value IS 202 (79.3% from 255) = 59.24%

R = 3.81%
G = 36.95%
B = 59.24%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0D7ECA (or 0x0D7ECA) is known color: Navy Blue. HEX triplet: 0D, 7E and CA. RGB value is (13,126,202). Sum of RGB (Red+Green+Blue) = 13+126+202=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D7ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7ECA is #F28135. Grayscale: #646464. Windows color (decimal): -15892790 or 13270541. OLE color: 13270541.

HSL color Cylindrical-coordinate representation of color #0D7ECA: hue angle of 204.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D7ECA is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 126 202 -
CMYK 0.94 0.38 0 0.21
HSL 204.13º 0.88% 0.42% -
HSV(B) 204.13º 0.94% 0.79% -
XYZ 18.29 19.27 58.63 -
YUV 100.88 185.06 65.32 -
System Red Green Blue C M Y K H S L
Decimal 13 126 202 0.94 0.38 0 0.21 204.13 0.88 0.42
Hex D 7E CA 5E 26 0 15 CC 58 2A
Octal 15 176 312 136 46 0 25 314 130 52
Binary 1101 1111110 11001010 1011110 100110 0 10101 11001100 1011000 101010

Color Harmonies of #0D7ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7ECA

Black with #0D7ECA

Text Example


Text Example

White with #0D7ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,126,202); }

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

background-color css

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

 a { background-color: rgb(13,126,202); }

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

border-color css

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

 span { border-color: rgb(13,126,202); }

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