Html Css Color HEX #000270 Navy

📋 copy color: '#000270'

red 0 ◦ green 2 ◦ blue 112

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

Shades of Navy #000270

Tints of Navy #000270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 98.25%

R = 0%
G = 1.75%
B = 98.25%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000270 (or 0x000270) is known color: Navy. HEX triplet: 00, 02 and 70. RGB value is (0,2,112). Sum of RGB (Red+Green+Blue) = 0+2+112=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 112 (44.14% from 255 or 98.25% from 114); Max value from RGB is 112 - color contains mainly: blue. Hex color #000270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000270 is #FFFD8F. Grayscale: #0D0D0D. Windows color (decimal): -16776592 or 7340544. OLE color: 7340544.

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

Color convert

RGB 0 2 112 -
CMYK 1 0.98 0 0.56
HSL 238.93º 1% 0.22% -
HSV(B) 238.93º 1% 0.44% -
XYZ 2.95 1.21 15.41 -
YUV 13.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 0 2 112 1 0.98 0 0.56 238.93 1 0.22
Hex 0 2 70 64 62 0 38 EF 64 16
Octal 0 2 160 144 142 0 70 357 144 26
Binary 0 10 1110000 1100100 1100010 0 111000 11101111 1100100 10110

Color Harmonies of #000270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000270

Black with #000270

Text Example


Text Example

White with #000270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000270; }

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

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

background-color css

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

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

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

border-color css

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

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

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