Html Css Color HEX #000BAE New Midnight Blue

📋 copy color: '#000BAE'

red 0 ◦ green 11 ◦ blue 174

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

Shades of New Midnight Blue #000BAE

Tints of New Midnight Blue #000BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 94.05%

R = 0%
G = 5.95%
B = 94.05%

CMYK

 C value IS 1

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#000BAE (or 0x000BAE) is known color: New Midnight Blue. HEX triplet: 00, 0B and AE. RGB value is (0,11,174). Sum of RGB (Red+Green+Blue) = 0+11+174=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 174 (68.36% from 255 or 94.05% from 185); Max value from RGB is 174 - color contains mainly: blue. Hex color #000BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000BAE is #FFF451. Grayscale: #191919. Windows color (decimal): -16774226 or 11406080. OLE color: 11406080.

HSL color Cylindrical-coordinate representation of color #000BAE: hue angle of 236.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BAE is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 11 174 -
CMYK 1 0.94 0 0.32
HSL 236.21º 1% 0.34% -
HSV(B) 236.21º 1% 0.68% -
XYZ 7.76 3.3 40.27 -
YUV 26.29 211.36 109.25 -
System Red Green Blue C M Y K H S L
Decimal 0 11 174 1 0.94 0 0.32 236.21 1 0.34
Hex 0 B AE 64 5E 0 20 EC 64 22
Octal 0 13 256 144 136 0 40 354 144 42
Binary 0 1011 10101110 1100100 1011110 0 100000 11101100 1100100 100010

Color Harmonies of #000BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000BAE

Black with #000BAE

Text Example


Text Example

White with #000BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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