Html Css Color HEX #020BAE New Midnight Blue

📋 copy color: '#020BAE'

red 2 ◦ green 11 ◦ blue 174

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

Shades of New Midnight Blue #020BAE

Tints of New Midnight Blue #020BAE

RGB

 RED value IS 2 (1.17% from 255) = 1.07%

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

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

R = 1.07%
G = 5.88%
B = 93.05%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#020BAE (or 0x020BAE) is known color: New Midnight Blue. HEX triplet: 02, 0B and AE. RGB value is (2,11,174). Sum of RGB (Red+Green+Blue) = 2+11+174=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 174 (68.36% from 255 or 93.05% from 187); Max value from RGB is 174 - color contains mainly: blue. Hex color #020BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020BAE is #FDF451. Grayscale: #1A1A1A. Windows color (decimal): -16643154 or 11406082. OLE color: 11406082.

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

Color convert

RGB 2 11 174 -
CMYK 0.99 0.94 0 0.32
HSL 236.86º 0.98% 0.35% -
HSV(B) 236.86º 0.99% 0.68% -
XYZ 7.78 3.31 40.27 -
YUV 26.89 211.02 110.25 -
System Red Green Blue C M Y K H S L
Decimal 2 11 174 0.99 0.94 0 0.32 236.86 0.98 0.35
Hex 2 B AE 63 5E 0 20 ED 62 23
Octal 2 13 256 143 136 0 40 355 142 43
Binary 10 1011 10101110 1100011 1011110 0 100000 11101101 1100010 100011

Color Harmonies of #020BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020BAE

Black with #020BAE

Text Example


Text Example

White with #020BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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