Html Css Color HEX #00035D Navy

📋 copy color: '#00035D'

red 0 ◦ green 3 ◦ blue 93

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

Shades of Navy #00035D

Tints of Navy #00035D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 96.88%

R = 0%
G = 3.13%
B = 96.88%

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00035D (or 0x00035D) is known color: Navy. HEX triplet: 00, 03 and 5D. RGB value is (0,3,93). Sum of RGB (Red+Green+Blue) = 0+3+93=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 93 (36.72% from 255 or 96.88% from 96); Max value from RGB is 93 - color contains mainly: blue. Hex color #00035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00035D is #FFFCA2. Grayscale: #0C0C0C. Windows color (decimal): -16776355 or 6095616. OLE color: 6095616.

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

Color convert

RGB 0 3 93 -
CMYK 1 0.97 0 0.64
HSL 238.06º 1% 0.18% -
HSV(B) 238.06º 1% 0.36% -
XYZ 2.01 0.86 10.42 -
YUV 12.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 0 3 93 1 0.97 0 0.64 238.06 1 0.18
Hex 0 3 5D 64 61 0 40 EE 64 12
Octal 0 3 135 144 141 0 100 356 144 22
Binary 0 11 1011101 1100100 1100001 0 1000000 11101110 1100100 10010

Color Harmonies of #00035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00035D

Black with #00035D

Text Example


Text Example

White with #00035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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