Html Css Color HEX #00036F Navy

📋 copy color: '#00036F'

red 0 ◦ green 3 ◦ blue 111

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

Shades of Navy #00036F

Tints of Navy #00036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 97.37%

R = 0%
G = 2.63%
B = 97.37%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#00036F (or 0x00036F) is known color: Navy. HEX triplet: 00, 03 and 6F. RGB value is (0,3,111). Sum of RGB (Red+Green+Blue) = 0+3+111=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 111 (43.75% from 255 or 97.37% from 114); Max value from RGB is 111 - color contains mainly: blue. Hex color #00036F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00036F is #FFFC90. Grayscale: #0D0D0D. Windows color (decimal): -16776337 or 7275264. OLE color: 7275264.

HSL color Cylindrical-coordinate representation of color #00036F: hue angle of 238.38º 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 #00036F is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 3 111 -
CMYK 1 0.97 0 0.56
HSL 238.38º 1% 0.22% -
HSV(B) 238.38º 1% 0.44% -
XYZ 2.9 1.21 15.12 -
YUV 14.42 182.51 117.72 -
System Red Green Blue C M Y K H S L
Decimal 0 3 111 1 0.97 0 0.56 238.38 1 0.22
Hex 0 3 6F 64 61 0 38 EE 64 16
Octal 0 3 157 144 141 0 70 356 144 26
Binary 0 11 1101111 1100100 1100001 0 111000 11101110 1100100 10110

Color Harmonies of #00036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00036F

Black with #00036F

Text Example


Text Example

White with #00036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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