Html Css Color HEX #010D7F Navy

📋 copy color: '#010D7F'

red 1 ◦ green 13 ◦ blue 127

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

Shades of Navy #010D7F

Tints of Navy #010D7F

RGB

 RED value IS 1 (0.78% from 255) = 0.71%

 GREEN value IS 13 (5.47% from 255) = 9.22%

 BLUE value IS 127 (50% from 255) = 90.07%

R = 0.71%
G = 9.22%
B = 90.07%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#010D7F (or 0x010D7F) is known color: Navy. HEX triplet: 01, 0D and 7F. RGB value is (1,13,127). Sum of RGB (Red+Green+Blue) = 1+13+127=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 127 (50% from 255 or 90.07% from 141); Max value from RGB is 127 - color contains mainly: blue. Hex color #010D7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D7F is #FEF280. Grayscale: #151515. Windows color (decimal): -16708225 or 8326401. OLE color: 8326401.

HSL color Cylindrical-coordinate representation of color #010D7F: hue angle of 234.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D7F is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 13 127 -
CMYK 0.99 0.90 0 0.50
HSL 234.29º 0.98% 0.25% -
HSV(B) 234.29º 0.99% 0.5% -
XYZ 3.99 1.83 20.22 -
YUV 22.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 1 13 127 0.99 0.90 0 0.50 234.29 0.98 0.25
Hex 1 D 7F 63 5A 0 32 EA 62 19
Octal 1 15 177 143 132 0 62 352 142 31
Binary 1 1101 1111111 1100011 1011010 0 110010 11101010 1100010 11001

Color Harmonies of #010D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D7F

Black with #010D7F

Text Example


Text Example

White with #010D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010D7F; }

 p { color: rgb(1,13,127); }

 H1.HeaderClassName
 {
   color: #010D7F;
 }
 .AnyTagClassName
 {
   color: #010D7F;
 }
</style>

background-color css

<style>
 a { background-color: #010D7F; }

 a { background-color: rgb(1,13,127); }

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

border-color css

<style>
 span { border-color: #010D7F; }

 span { border-color: rgb(1,13,127); }

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