Html Css Color HEX #222B83 Midnight Blue

📋 copy color: '#222B83'

red 34 ◦ green 43 ◦ blue 131

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

Shades of Midnight Blue #222B83

Tints of Midnight Blue #222B83

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.67%

 BLUE value IS 131 (51.56% from 255) = 62.98%

R = 16.35%
G = 20.67%
B = 62.98%

CMYK

 C value IS 0.74

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#222B83 (or 0x222B83) is known color: Midnight Blue. HEX triplet: 22, 2B and 83. RGB value is (34,43,131). Sum of RGB (Red+Green+Blue) = 34+43+131=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #222B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #222B83 is #DDD47C. Grayscale: #313131. Windows color (decimal): -14537853 or 8596258. OLE color: 8596258.

HSL color Cylindrical-coordinate representation of color #222B83: hue angle of 234.43º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #222B83 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 34 43 131 -
CMYK 0.74 0.67 0 0.49
HSL 234.43º 0.59% 0.32% -
HSV(B) 234.43º 0.74% 0.51% -
XYZ 5.62 3.71 21.89 -
YUV 50.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 34 43 131 0.74 0.67 0 0.49 234.43 0.59 0.32
Hex 22 2B 83 4A 43 0 31 EA 3B 20
Octal 42 53 203 112 103 0 61 352 73 40
Binary 100010 101011 10000011 1001010 1000011 0 110001 11101010 111011 100000

Color Harmonies of #222B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222B83

Black with #222B83

Text Example


Text Example

White with #222B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222B83; }

 p { color: rgb(34,43,131); }

 H1.HeaderClassName
 {
   color: #222B83;
 }
 .AnyTagClassName
 {
   color: #222B83;
 }
</style>

background-color css

<style>
 a { background-color: #222B83; }

 a { background-color: rgb(34,43,131); }

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

border-color css

<style>
 span { border-color: #222B83; }

 span { border-color: rgb(34,43,131); }

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