Html Css Color HEX #000375 Navy

📋 copy color: '#000375'

red 0 ◦ green 3 ◦ blue 117

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

Shades of Navy #000375

Tints of Navy #000375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 97.5%

R = 0%
G = 2.5%
B = 97.5%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#000375 (or 0x000375) is known color: Navy. HEX triplet: 00, 03 and 75. RGB value is (0,3,117). Sum of RGB (Red+Green+Blue) = 0+3+117=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 117 (46.09% from 255 or 97.5% from 120); Max value from RGB is 117 - color contains mainly: blue. Hex color #000375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000375 is #FFFC8A. Grayscale: #0E0E0E. Windows color (decimal): -16776331 or 7668480. OLE color: 7668480.

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

Color convert

RGB 0 3 117 -
CMYK 1 0.97 0 0.54
HSL 238.46º 1% 0.23% -
HSV(B) 238.46º 1% 0.46% -
XYZ 3.24 1.35 16.92 -
YUV 15.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 0 3 117 1 0.97 0 0.54 238.46 1 0.23
Hex 0 3 75 64 61 0 36 EE 64 17
Octal 0 3 165 144 141 0 66 356 144 27
Binary 0 11 1110101 1100100 1100001 0 110110 11101110 1100100 10111

Color Harmonies of #000375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000375

Black with #000375

Text Example


Text Example

White with #000375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000375; }

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

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

background-color css

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

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

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

border-color css

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

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

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