Html Css Color HEX #221C66 Midnight Blue

📋 copy color: '#221C66'

red 34 ◦ green 28 ◦ blue 102

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

Shades of Midnight Blue #221C66

Tints of Midnight Blue #221C66

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.07%

 BLUE value IS 102 (40.23% from 255) = 62.2%

R = 20.73%
G = 17.07%
B = 62.2%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#221C66 (or 0x221C66) is known color: Midnight Blue. HEX triplet: 22, 1C and 66. RGB value is (34,28,102). Sum of RGB (Red+Green+Blue) = 34+28+102=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #221C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C66 is #DDE399. Grayscale: #252525. Windows color (decimal): -14541722 or 6691874. OLE color: 6691874.

HSL color Cylindrical-coordinate representation of color #221C66: hue angle of 244.86º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #221C66 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 34 28 102 -
CMYK 0.67 0.73 0 0.6
HSL 244.86º 0.57% 0.25% -
HSV(B) 244.86º 0.73% 0.4% -
XYZ 3.47 2.13 12.8 -
YUV 38.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 34 28 102 0.67 0.73 0 0.6 244.86 0.57 0.25
Hex 22 1C 66 43 49 0 3C F5 39 19
Octal 42 34 146 103 111 0 74 365 71 31
Binary 100010 11100 1100110 1000011 1001001 0 111100 11110101 111001 11001

Color Harmonies of #221C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221C66

Black with #221C66

Text Example


Text Example

White with #221C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,28,102); }

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

background-color css

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

 a { background-color: rgb(34,28,102); }

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

border-color css

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

 span { border-color: rgb(34,28,102); }

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