Html Css Color HEX #0215B0 New Midnight Blue

📋 copy color: '#0215B0'

red 2 ◦ green 21 ◦ blue 176

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

Shades of New Midnight Blue #0215B0

Tints of New Midnight Blue #0215B0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

 BLUE value IS 176 (69.14% from 255) = 88.44%

R = 1.01%
G = 10.55%
B = 88.44%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0215B0 (or 0x0215B0) is known color: New Midnight Blue. HEX triplet: 02, 15 and B0. RGB value is (2,21,176). Sum of RGB (Red+Green+Blue) = 2+21+176=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 176 (69.14% from 255 or 88.44% from 199); Max value from RGB is 176 - color contains mainly: blue. Hex color #0215B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0215B0 is #FDEA4F. Grayscale: #202020. Windows color (decimal): -16640592 or 11539714. OLE color: 11539714.

HSL color Cylindrical-coordinate representation of color #0215B0: hue angle of 233.45º 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 #0215B0 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 21 176 -
CMYK 0.99 0.88 0 0.31
HSL 233.45º 0.98% 0.35% -
HSV(B) 233.45º 0.99% 0.69% -
XYZ 8.13 3.68 41.36 -
YUV 32.99 208.71 105.9 -
System Red Green Blue C M Y K H S L
Decimal 2 21 176 0.99 0.88 0 0.31 233.45 0.98 0.35
Hex 2 15 B0 63 58 0 1F E9 62 23
Octal 2 25 260 143 130 0 37 351 142 43
Binary 10 10101 10110000 1100011 1011000 0 11111 11101001 1100010 100011

Color Harmonies of #0215B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0215B0

Black with #0215B0

Text Example


Text Example

White with #0215B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0215B0; }

 p { color: rgb(2,21,176); }

 H1.HeaderClassName
 {
   color: #0215B0;
 }
 .AnyTagClassName
 {
   color: #0215B0;
 }
</style>

background-color css

<style>
 a { background-color: #0215B0; }

 a { background-color: rgb(2,21,176); }

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

border-color css

<style>
 span { border-color: #0215B0; }

 span { border-color: rgb(2,21,176); }

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