Html Css Color HEX #221B70 Midnight Blue

📋 copy color: '#221B70'

red 34 ◦ green 27 ◦ blue 112

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

Shades of Midnight Blue #221B70

Tints of Midnight Blue #221B70

RGB

 RED value IS 34 (13.67% from 255) = 19.65%

 GREEN value IS 27 (10.94% from 255) = 15.61%

 BLUE value IS 112 (44.14% from 255) = 64.74%

R = 19.65%
G = 15.61%
B = 64.74%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#221B70 (or 0x221B70) is known color: Midnight Blue. HEX triplet: 22, 1B and 70. RGB value is (34,27,112). Sum of RGB (Red+Green+Blue) = 34+27+112=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #221B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B70 is #DDE48F. Grayscale: #262626. Windows color (decimal): -14541968 or 7346978. OLE color: 7346978.

HSL color Cylindrical-coordinate representation of color #221B70: hue angle of 244.94º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221B70 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 27 112 -
CMYK 0.70 0.76 0 0.56
HSL 244.94º 0.61% 0.27% -
HSV(B) 244.94º 0.76% 0.44% -
XYZ 3.98 2.29 15.56 -
YUV 38.78 169.32 124.59 -
System Red Green Blue C M Y K H S L
Decimal 34 27 112 0.70 0.76 0 0.56 244.94 0.61 0.27
Hex 22 1B 70 46 4C 0 38 F5 3D 1B
Octal 42 33 160 106 114 0 70 365 75 33
Binary 100010 11011 1110000 1000110 1001100 0 111000 11110101 111101 11011

Color Harmonies of #221B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221B70

Black with #221B70

Text Example


Text Example

White with #221B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221B70; }

 p { color: rgb(34,27,112); }

 H1.HeaderClassName
 {
   color: #221B70;
 }
 .AnyTagClassName
 {
   color: #221B70;
 }
</style>

background-color css

<style>
 a { background-color: #221B70; }

 a { background-color: rgb(34,27,112); }

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

border-color css

<style>
 span { border-color: #221B70; }

 span { border-color: rgb(34,27,112); }

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