Html Css Color HEX #0211AF New Midnight Blue

📋 copy color: '#0211AF'

red 2 ◦ green 17 ◦ blue 175

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

Shades of New Midnight Blue #0211AF

Tints of New Midnight Blue #0211AF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

 BLUE value IS 175 (68.75% from 255) = 90.21%

R = 1.03%
G = 8.76%
B = 90.21%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0211AF (or 0x0211AF) is known color: New Midnight Blue. HEX triplet: 02, 11 and AF. RGB value is (2,17,175). Sum of RGB (Red+Green+Blue) = 2+17+175=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 175 (68.75% from 255 or 90.21% from 194); Max value from RGB is 175 - color contains mainly: blue. Hex color #0211AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0211AF is #FDEE50. Grayscale: #1D1D1D. Windows color (decimal): -16641617 or 11473154. OLE color: 11473154.

HSL color Cylindrical-coordinate representation of color #0211AF: hue angle of 234.8º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0211AF is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 17 175 -
CMYK 0.99 0.90 0 0.31
HSL 234.8º 0.98% 0.35% -
HSV(B) 234.8º 0.99% 0.69% -
XYZ 7.96 3.51 40.82 -
YUV 30.53 209.53 107.65 -
System Red Green Blue C M Y K H S L
Decimal 2 17 175 0.99 0.90 0 0.31 234.8 0.98 0.35
Hex 2 11 AF 63 5A 0 1F EB 62 23
Octal 2 21 257 143 132 0 37 353 142 43
Binary 10 10001 10101111 1100011 1011010 0 11111 11101011 1100010 100011

Color Harmonies of #0211AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0211AF

Black with #0211AF

Text Example


Text Example

White with #0211AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0211AF; }

 p { color: rgb(2,17,175); }

 H1.HeaderClassName
 {
   color: #0211AF;
 }
 .AnyTagClassName
 {
   color: #0211AF;
 }
</style>

background-color css

<style>
 a { background-color: #0211AF; }

 a { background-color: rgb(2,17,175); }

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

border-color css

<style>
 span { border-color: #0211AF; }

 span { border-color: rgb(2,17,175); }

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