Html Css Color HEX #00035F Navy

📋 copy color: '#00035F'

red 0 ◦ green 3 ◦ blue 95

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

Shades of Navy #00035F

Tints of Navy #00035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 96.94%

R = 0%
G = 3.06%
B = 96.94%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00035F (or 0x00035F) is known color: Navy. HEX triplet: 00, 03 and 5F. RGB value is (0,3,95). Sum of RGB (Red+Green+Blue) = 0+3+95=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 95 (37.5% from 255 or 96.94% from 98); Max value from RGB is 95 - color contains mainly: blue. Hex color #00035F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00035F is #FFFCA0. Grayscale: #0C0C0C. Windows color (decimal): -16776353 or 6226688. OLE color: 6226688.

HSL color Cylindrical-coordinate representation of color #00035F: hue angle of 238.11º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00035F is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 3 95 -
CMYK 1 0.97 0 0.63
HSL 238.11º 1% 0.19% -
HSV(B) 238.11º 1% 0.37% -
XYZ 2.1 0.89 10.89 -
YUV 12.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 0 3 95 1 0.97 0 0.63 238.11 1 0.19
Hex 0 3 5F 64 61 0 3F EE 64 13
Octal 0 3 137 144 141 0 77 356 144 23
Binary 0 11 1011111 1100100 1100001 0 111111 11101110 1100100 10011

Color Harmonies of #00035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00035F

Black with #00035F

Text Example


Text Example

White with #00035F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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