#00067A

Color #00067A Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #00067A

Tints of Navy #00067A

Color information

#00067A (or 0x00067A) is unknown color: approx Navy. HEX triplet: 00, 06 and 7A. RGB value is (0,6,122). Sum of RGB (Red+Green+Blue) = 0+6+122=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 122 (48.05% from 255 or 95.31% from 128); Max value from RGB is 122 - color contains mainly: blue. Hex color #00067A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00067A is #FFF985. Grayscale: #101010. Windows color (decimal): -16775558 or 7996928. OLE color: 7996928.

HSL color Cylindrical-coordinate representation of color #00067A: hue angle of 237.05º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00067A is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB06122-
CMYK10.9500.52
HSL237.05º100%23.92%-
HSV(B)237.05º100%47.84%-
XYZ3.581.5418.52-
YUV17.43187.01115.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 122 (48.05% from 255) = 95.31%
R=0%
G=4.69%
B=95.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal0612210.9500.52237.0510023.92
Hex067A645F034ed6418
Octal0617214413706435514430
Binary0110111101011001001011111011010011101101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00067A; }

 p { color: rgb(0,6,122); }

 H1.HeaderClassName
 {
   color: #00067A;
 }
 .AnyTagClassName
 {
   color: #00067A;
 }
</style>
background-color css

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

 a { background-color: rgb(0,6,122); }

 div.DivClassName
 {
   background-color: #00067A;
 }
 .BgClassName
 {
   background-color: #00067A;
 }
</style>
border-color css

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

 span { border-color: rgb(0,6,122); }

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