Html Css Color HEX #000367 Navy

📋 copy color: '#000367'

red 0 ◦ green 3 ◦ blue 103

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

Shades of Navy #000367

Tints of Navy #000367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 97.17%

R = 0%
G = 2.83%
B = 97.17%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#000367 (or 0x000367) is known color: Navy. HEX triplet: 00, 03 and 67. RGB value is (0,3,103). Sum of RGB (Red+Green+Blue) = 0+3+103=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 103 (40.62% from 255 or 97.17% from 106); Max value from RGB is 103 - color contains mainly: blue. Hex color #000367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000367 is #FFFC98. Grayscale: #0D0D0D. Windows color (decimal): -16776345 or 6750976. OLE color: 6750976.

HSL color Cylindrical-coordinate representation of color #000367: hue angle of 238.25º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000367 is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 3 103 -
CMYK 1 0.97 0 0.60
HSL 238.25º 1% 0.2% -
HSV(B) 238.25º 1% 0.4% -
XYZ 2.48 1.04 12.9 -
YUV 13.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 0 3 103 1 0.97 0 0.60 238.25 1 0.2
Hex 0 3 67 64 61 0 3C EE 64 14
Octal 0 3 147 144 141 0 74 356 144 24
Binary 0 11 1100111 1100100 1100001 0 111100 11101110 1100100 10100

Color Harmonies of #000367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000367

Black with #000367

Text Example


Text Example

White with #000367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000367; }

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

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

background-color css

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

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

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

border-color css

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

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

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