Html Css Color HEX #010467 Navy

📋 copy color: '#010467'

red 1 ◦ green 4 ◦ blue 103

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

Shades of Navy #010467

Tints of Navy #010467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.7%

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

R = 0.93%
G = 3.7%
B = 95.37%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010467 (or 0x010467) is known color: Navy. HEX triplet: 01, 04 and 67. RGB value is (1,4,103). Sum of RGB (Red+Green+Blue) = 1+4+103=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 103 (40.62% from 255 or 95.37% from 108); Max value from RGB is 103 - color contains mainly: blue. Hex color #010467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010467 is #FEFB98. Grayscale: #0D0D0D. Windows color (decimal): -16710553 or 6751233. OLE color: 6751233.

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

Color convert

RGB 1 4 103 -
CMYK 0.99 0.96 0 0.60
HSL 238.24º 0.98% 0.2% -
HSV(B) 238.24º 0.99% 0.4% -
XYZ 2.5 1.07 12.91 -
YUV 14.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 1 4 103 0.99 0.96 0 0.60 238.24 0.98 0.2
Hex 1 4 67 63 60 0 3C EE 62 14
Octal 1 4 147 143 140 0 74 356 142 24
Binary 1 100 1100111 1100011 1100000 0 111100 11101110 1100010 10100

Color Harmonies of #010467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010467

Black with #010467

Text Example


Text Example

White with #010467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010467; }

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

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

background-color css

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

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

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

border-color css

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

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

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