Html Css Color HEX #00033E Midnight Express

📋 copy color: '#00033E'

red 0 ◦ green 3 ◦ blue 62

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

Shades of Midnight Express #00033E

Tints of Midnight Express #00033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 95.38%

R = 0%
G = 4.62%
B = 95.38%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00033E (or 0x00033E) is known color: Midnight Express. HEX triplet: 00, 03 and 3E. RGB value is (0,3,62). Sum of RGB (Red+Green+Blue) = 0+3+62=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 62 (24.61% from 255 or 95.38% from 65); Max value from RGB is 62 - color contains mainly: blue. Hex color #00033E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00033E is #FFFCC1. Grayscale: #080808. Windows color (decimal): -16776386 or 4064000. OLE color: 4064000.

HSL color Cylindrical-coordinate representation of color #00033E: hue angle of 237.1º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00033E is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 3 62 -
CMYK 1 0.95 0 0.76
HSL 237.1º 1% 0.12% -
HSV(B) 237.1º 1% 0.24% -
XYZ 0.9 0.41 4.59 -
YUV 8.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 0 3 62 1 0.95 0 0.76 237.1 1 0.12
Hex 0 3 3E 64 5F 0 4C ED 64 C
Octal 0 3 76 144 137 0 114 355 144 14
Binary 0 11 111110 1100100 1011111 0 1001100 11101101 1100100 1100

Color Harmonies of #00033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00033E

Black with #00033E

Text Example


Text Example

White with #00033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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