Html Css Color HEX #00102C Midnight Express

📋 copy color: '#00102C'

red 0 ◦ green 16 ◦ blue 44

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

Shades of Midnight Express #00102C

Tints of Midnight Express #00102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 26.67%

 BLUE value IS 44 (17.58% from 255) = 73.33%

R = 0%
G = 26.67%
B = 73.33%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#00102C (or 0x00102C) is known color: Midnight Express. HEX triplet: 00, 10 and 2C. RGB value is (0,16,44). Sum of RGB (Red+Green+Blue) = 0+16+44=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 44 (17.58% from 255 or 73.33% from 60); Max value from RGB is 44 - color contains mainly: blue. Hex color #00102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00102C is #FFEFD3. Grayscale: #0E0E0E. Windows color (decimal): -16773076 or 2887680. OLE color: 2887680.

HSL color Cylindrical-coordinate representation of color #00102C: hue angle of 218.18º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00102C is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 0 16 44 -
CMYK 1 0.64 0 0.83
HSL 218.18º 1% 0.09% -
HSV(B) 218.18º 1% 0.17% -
XYZ 0.64 0.55 2.46 -
YUV 14.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 0 16 44 1 0.64 0 0.83 218.18 1 0.09
Hex 0 10 2C 64 40 0 53 DA 64 9
Octal 0 20 54 144 100 0 123 332 144 11
Binary 0 10000 101100 1100100 1000000 0 1010011 11011010 1100100 1001

Color Harmonies of #00102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00102C

Black with #00102C

Text Example


Text Example

White with #00102C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00102C; }

 p { color: rgb(0,16,44); }

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

background-color css

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

 a { background-color: rgb(0,16,44); }

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

border-color css

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

 span { border-color: rgb(0,16,44); }

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