Html Css Color HEX #010367 Navy

📋 copy color: '#010367'

red 1 ◦ green 3 ◦ blue 103

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

Shades of Navy #010367

Tints of Navy #010367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 96.26%

R = 0.93%
G = 2.8%
B = 96.26%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010367 (or 0x010367) is known color: Navy. HEX triplet: 01, 03 and 67. RGB value is (1,3,103). Sum of RGB (Red+Green+Blue) = 1+3+103=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 103 (40.62% from 255 or 96.26% from 107); Max value from RGB is 103 - color contains mainly: blue. Hex color #010367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010367 is #FEFC98. Grayscale: #0D0D0D. Windows color (decimal): -16710809 or 6750977. OLE color: 6750977.

HSL color Cylindrical-coordinate representation of color #010367: hue angle of 238.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010367 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 3 103 -
CMYK 0.99 0.97 0 0.60
HSL 238.82º 0.98% 0.2% -
HSV(B) 238.82º 0.99% 0.4% -
XYZ 2.49 1.05 12.9 -
YUV 13.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 1 3 103 0.99 0.97 0 0.60 238.82 0.98 0.2
Hex 1 3 67 63 61 0 3C EF 62 14
Octal 1 3 147 143 141 0 74 357 142 24
Binary 1 11 1100111 1100011 1100001 0 111100 11101111 1100010 10100

Color Harmonies of #010367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010367

Black with #010367

Text Example


Text Example

White with #010367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010367; }

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

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

background-color css

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

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

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

border-color css

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

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

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