Html Css Color HEX #000265 Navy

📋 copy color: '#000265'

red 0 ◦ green 2 ◦ blue 101

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

Shades of Navy #000265

Tints of Navy #000265

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 101 (39.84% from 255) = 98.06%

R = 0%
G = 1.94%
B = 98.06%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#000265 (or 0x000265) is known color: Navy. HEX triplet: 00, 02 and 65. RGB value is (0,2,101). Sum of RGB (Red+Green+Blue) = 0+2+101=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 101 (39.84% from 255 or 98.06% from 103); Max value from RGB is 101 - color contains mainly: blue. Hex color #000265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000265 is #FFFD9A. Grayscale: #0C0C0C. Windows color (decimal): -16776603 or 6619648. OLE color: 6619648.

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

Color convert

RGB 0 2 101 -
CMYK 1 0.98 0 0.60
HSL 238.81º 1% 0.2% -
HSV(B) 238.81º 1% 0.4% -
XYZ 2.37 0.98 12.38 -
YUV 12.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 0 2 101 1 0.98 0 0.60 238.81 1 0.2
Hex 0 2 65 64 62 0 3C EF 64 14
Octal 0 2 145 144 142 0 74 357 144 24
Binary 0 10 1100101 1100100 1100010 0 111100 11101111 1100100 10100

Color Harmonies of #000265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000265

Black with #000265

Text Example


Text Example

White with #000265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000265; }

 p { color: rgb(0,2,101); }

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

background-color css

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

 a { background-color: rgb(0,2,101); }

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

border-color css

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

 span { border-color: rgb(0,2,101); }

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