Html Css Color HEX #000B2D Midnight Express

📋 copy color: '#000B2D'

red 0 ◦ green 11 ◦ blue 45

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

Shades of Midnight Express #000B2D

Tints of Midnight Express #000B2D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 19.64%

 BLUE value IS 45 (17.97% from 255) = 80.36%

R = 0%
G = 19.64%
B = 80.36%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#000B2D (or 0x000B2D) is known color: Midnight Express. HEX triplet: 00, 0B and 2D. RGB value is (0,11,45). Sum of RGB (Red+Green+Blue) = 0+11+45=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 45 (17.97% from 255 or 80.36% from 56); Max value from RGB is 45 - color contains mainly: blue. Hex color #000B2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B2D is #FFF4D2. Grayscale: #0B0B0B. Windows color (decimal): -16774355 or 2951936. OLE color: 2951936.

HSL color Cylindrical-coordinate representation of color #000B2D: hue angle of 225.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B2D is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 11 45 -
CMYK 1 0.76 0 0.82
HSL 225.33º 1% 0.09% -
HSV(B) 225.33º 1% 0.18% -
XYZ 0.59 0.43 2.53 -
YUV 11.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 0 11 45 1 0.76 0 0.82 225.33 1 0.09
Hex 0 B 2D 64 4C 0 52 E1 64 9
Octal 0 13 55 144 114 0 122 341 144 11
Binary 0 1011 101101 1100100 1001100 0 1010010 11100001 1100100 1001

Color Harmonies of #000B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B2D

Black with #000B2D

Text Example


Text Example

White with #000B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000B2D; }

 p { color: rgb(0,11,45); }

 H1.HeaderClassName
 {
   color: #000B2D;
 }
 .AnyTagClassName
 {
   color: #000B2D;
 }
</style>

background-color css

<style>
 a { background-color: #000B2D; }

 a { background-color: rgb(0,11,45); }

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

border-color css

<style>
 span { border-color: #000B2D; }

 span { border-color: rgb(0,11,45); }

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