Html Css Color HEX #00083E Midnight Express

📋 copy color: '#00083E'

red 0 ◦ green 8 ◦ blue 62

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

Shades of Midnight Express #00083E

Tints of Midnight Express #00083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.43%

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

R = 0%
G = 11.43%
B = 88.57%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00083E (or 0x00083E) is known color: Midnight Express. HEX triplet: 00, 08 and 3E. RGB value is (0,8,62). Sum of RGB (Red+Green+Blue) = 0+8+62=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 62 (24.61% from 255 or 88.57% from 70); Max value from RGB is 62 - color contains mainly: blue. Hex color #00083E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00083E is #FFF7C1. Grayscale: #0B0B0B. Windows color (decimal): -16775106 or 4065280. OLE color: 4065280.

HSL color Cylindrical-coordinate representation of color #00083E: hue angle of 232.26º 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 #00083E is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 8 62 -
CMYK 1 0.87 0 0.76
HSL 232.26º 1% 0.12% -
HSV(B) 232.26º 1% 0.24% -
XYZ 0.96 0.52 4.61 -
YUV 11.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 0 8 62 1 0.87 0 0.76 232.26 1 0.12
Hex 0 8 3E 64 57 0 4C E8 64 C
Octal 0 10 76 144 127 0 114 350 144 14
Binary 0 1000 111110 1100100 1010111 0 1001100 11101000 1100100 1100

Color Harmonies of #00083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00083E

Black with #00083E

Text Example


Text Example

White with #00083E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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