Html Css Color HEX #010D69 Navy

📋 copy color: '#010D69'

red 1 ◦ green 13 ◦ blue 105

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

Shades of Navy #010D69

Tints of Navy #010D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 88.24%

R = 0.84%
G = 10.92%
B = 88.24%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010D69 (or 0x010D69) is known color: Navy. HEX triplet: 01, 0D and 69. RGB value is (1,13,105). Sum of RGB (Red+Green+Blue) = 1+13+105=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 105 (41.41% from 255 or 88.24% from 119); Max value from RGB is 105 - color contains mainly: blue. Hex color #010D69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010D69 is #FEF296. Grayscale: #131313. Windows color (decimal): -16708247 or 6884609. OLE color: 6884609.

HSL color Cylindrical-coordinate representation of color #010D69: hue angle of 233.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010D69 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 13 105 -
CMYK 0.99 0.88 0 0.59
HSL 233.08º 0.98% 0.21% -
HSV(B) 233.08º 0.99% 0.41% -
XYZ 2.71 1.31 13.48 -
YUV 19.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 1 13 105 0.99 0.88 0 0.59 233.08 0.98 0.21
Hex 1 D 69 63 58 0 3B E9 62 15
Octal 1 15 151 143 130 0 73 351 142 25
Binary 1 1101 1101001 1100011 1011000 0 111011 11101001 1100010 10101

Color Harmonies of #010D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D69

Black with #010D69

Text Example


Text Example

White with #010D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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