Html Css Color HEX #00036C Navy

📋 copy color: '#00036C'

red 0 ◦ green 3 ◦ blue 108

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

Shades of Navy #00036C

Tints of Navy #00036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.7%

 BLUE value IS 108 (42.58% from 255) = 97.3%

R = 0%
G = 2.7%
B = 97.3%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00036C (or 0x00036C) is known color: Navy. HEX triplet: 00, 03 and 6C. RGB value is (0,3,108). Sum of RGB (Red+Green+Blue) = 0+3+108=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 108 (42.58% from 255 or 97.30% from 111); Max value from RGB is 108 - color contains mainly: blue. Hex color #00036C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00036C is #FFFC93. Grayscale: #0D0D0D. Windows color (decimal): -16776340 or 7078656. OLE color: 7078656.

HSL color Cylindrical-coordinate representation of color #00036C: hue angle of 238.33º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00036C is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 3 108 -
CMYK 1 0.97 0 0.58
HSL 238.33º 1% 0.21% -
HSV(B) 238.33º 1% 0.42% -
XYZ 2.74 1.15 14.26 -
YUV 14.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 0 3 108 1 0.97 0 0.58 238.33 1 0.21
Hex 0 3 6C 64 61 0 3A EE 64 15
Octal 0 3 154 144 141 0 72 356 144 25
Binary 0 11 1101100 1100100 1100001 0 111010 11101110 1100100 10101

Color Harmonies of #00036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00036C

Black with #00036C

Text Example


Text Example

White with #00036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,3,108); }

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

background-color css

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

 a { background-color: rgb(0,3,108); }

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

border-color css

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

 span { border-color: rgb(0,3,108); }

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