Html Css Color HEX #010368 Navy

📋 copy color: '#010368'

red 1 ◦ green 3 ◦ blue 104

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

Shades of Navy #010368

Tints of Navy #010368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.78%

 BLUE value IS 104 (41.02% from 255) = 96.3%

R = 0.93%
G = 2.78%
B = 96.3%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#010368 (or 0x010368) is known color: Navy. HEX triplet: 01, 03 and 68. RGB value is (1,3,104). Sum of RGB (Red+Green+Blue) = 1+3+104=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 104 (41.02% from 255 or 96.30% from 108); Max value from RGB is 104 - color contains mainly: blue. Hex color #010368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010368 is #FEFC97. Grayscale: #0D0D0D. Windows color (decimal): -16710808 or 6816513. OLE color: 6816513.

HSL color Cylindrical-coordinate representation of color #010368: hue angle of 238.83º 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 #010368 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 3 104 -
CMYK 0.99 0.97 0 0.59
HSL 238.83º 0.98% 0.21% -
HSV(B) 238.83º 0.99% 0.41% -
XYZ 2.54 1.07 13.17 -
YUV 13.92 178.84 118.79 -
System Red Green Blue C M Y K H S L
Decimal 1 3 104 0.99 0.97 0 0.59 238.83 0.98 0.21
Hex 1 3 68 63 61 0 3B EF 62 15
Octal 1 3 150 143 141 0 73 357 142 25
Binary 1 11 1101000 1100011 1100001 0 111011 11101111 1100010 10101

Color Harmonies of #010368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010368

Black with #010368

Text Example


Text Example

White with #010368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010368; }

 p { color: rgb(1,3,104); }

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

background-color css

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

 a { background-color: rgb(1,3,104); }

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

border-color css

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

 span { border-color: rgb(1,3,104); }

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