Html Css Color HEX #00015C Navy

📋 copy color: '#00015C'

red 0 ◦ green 1 ◦ blue 92

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

Shades of Navy #00015C

Tints of Navy #00015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.08%

 BLUE value IS 92 (36.33% from 255) = 98.92%

R = 0%
G = 1.08%
B = 98.92%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00015C (or 0x00015C) is known color: Navy. HEX triplet: 00, 01 and 5C. RGB value is (0,1,92). Sum of RGB (Red+Green+Blue) = 0+1+92=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 92 (36.33% from 255 or 98.92% from 93); Max value from RGB is 92 - color contains mainly: blue. Hex color #00015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00015C is #FFFEA3. Grayscale: #0A0A0A. Windows color (decimal): -16776868 or 6029568. OLE color: 6029568.

HSL color Cylindrical-coordinate representation of color #00015C: hue angle of 239.35º 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 #00015C is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 1 92 -
CMYK 1 0.99 0 0.64
HSL 239.35º 1% 0.18% -
HSV(B) 239.35º 1% 0.36% -
XYZ 1.94 0.79 10.18 -
YUV 11.08 173.67 120.1 -
System Red Green Blue C M Y K H S L
Decimal 0 1 92 1 0.99 0 0.64 239.35 1 0.18
Hex 0 1 5C 64 63 0 40 EF 64 12
Octal 0 1 134 144 143 0 100 357 144 22
Binary 0 1 1011100 1100100 1100011 0 1000000 11101111 1100100 10010

Color Harmonies of #00015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00015C

Black with #00015C

Text Example


Text Example

White with #00015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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