Html Css Color HEX #010267 Navy

📋 copy color: '#010267'

red 1 ◦ green 2 ◦ blue 103

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

Shades of Navy #010267

Tints of Navy #010267

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.89%

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

R = 0.94%
G = 1.89%
B = 97.17%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#010267 (or 0x010267) is known color: Navy. HEX triplet: 01, 02 and 67. RGB value is (1,2,103). Sum of RGB (Red+Green+Blue) = 1+2+103=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 103 (40.62% from 255 or 97.17% from 106); Max value from RGB is 103 - color contains mainly: blue. Hex color #010267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010267 is #FEFD98. Grayscale: #0C0C0C. Windows color (decimal): -16711065 or 6750721. OLE color: 6750721.

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

Color convert

RGB 1 2 103 -
CMYK 0.99 0.98 0 0.60
HSL 239.41º 0.98% 0.2% -
HSV(B) 239.41º 0.99% 0.4% -
XYZ 2.48 1.03 12.9 -
YUV 13.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 1 2 103 0.99 0.98 0 0.60 239.41 0.98 0.2
Hex 1 2 67 63 62 0 3C EF 62 14
Octal 1 2 147 143 142 0 74 357 142 24
Binary 1 10 1100111 1100011 1100010 0 111100 11101111 1100010 10100

Color Harmonies of #010267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010267

Black with #010267

Text Example


Text Example

White with #010267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010267; }

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

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

background-color css

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

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

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

border-color css

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

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

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