#00065C

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

Shades of Navy #00065C

Tints of Navy #00065C

Color information

#00065C (or 0x00065C) is unknown color: approx Navy. HEX triplet: 00, 06 and 5C. RGB value is (0,6,92). Sum of RGB (Red+Green+Blue) = 0+6+92=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 92 (36.33% from 255 or 93.88% from 98); Max value from RGB is 92 - color contains mainly: blue. Hex color #00065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00065C is #FFF9A3. Grayscale: #0D0D0D. Windows color (decimal): -16775588 or 6030848. OLE color: 6030848.

HSL color Cylindrical-coordinate representation of color #00065C: hue angle of 236.09º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00065C is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB0692-
CMYK10.9300.64
HSL236.09º100%18.04%-
HSV(B)236.09º100%36.08%-
XYZ20.910.19-
YUV14.01172.01118.01-

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) = 6.12%
BLUE value IS 92 (36.33% from 255) = 93.88%
R=0%
G=6.12%
B=93.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal069210.9300.64236.0910018.04
Hex065C645D040ec6412
Octal06134144135010035414422
Binary01101011100110010010111010100000011101100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00065C; }

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

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

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

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

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

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

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

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