Html Css Color HEX #1B217B Midnight Blue

📋 copy color: '#1B217B'

red 27 ◦ green 33 ◦ blue 123

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

Shades of Midnight Blue #1B217B

Tints of Midnight Blue #1B217B

RGB

 RED value IS 27 (10.94% from 255) = 14.75%

 GREEN value IS 33 (13.28% from 255) = 18.03%

 BLUE value IS 123 (48.44% from 255) = 67.21%

R = 14.75%
G = 18.03%
B = 67.21%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1B217B (or 0x1B217B) is known color: Midnight Blue. HEX triplet: 1B, 21 and 7B. RGB value is (27,33,123). Sum of RGB (Red+Green+Blue) = 27+33+123=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B217B is #E4DE84. Grayscale: #292929. Windows color (decimal): -14999173 or 8069403. OLE color: 8069403.

HSL color Cylindrical-coordinate representation of color #1B217B: hue angle of 236.25º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B217B is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 27 33 123 -
CMYK 0.78 0.73 0 0.52
HSL 236.25º 0.64% 0.29% -
HSV(B) 236.25º 0.78% 0.48% -
XYZ 4.57 2.75 19.03 -
YUV 41.47 174.01 117.68 -
System Red Green Blue C M Y K H S L
Decimal 27 33 123 0.78 0.73 0 0.52 236.25 0.64 0.29
Hex 1B 21 7B 4E 49 0 34 EC 40 1D
Octal 33 41 173 116 111 0 64 354 100 35
Binary 11011 100001 1111011 1001110 1001001 0 110100 11101100 1000000 11101

Color Harmonies of #1B217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B217B

Black with #1B217B

Text Example


Text Example

White with #1B217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B217B; }

 p { color: rgb(27,33,123); }

 H1.HeaderClassName
 {
   color: #1B217B;
 }
 .AnyTagClassName
 {
   color: #1B217B;
 }
</style>

background-color css

<style>
 a { background-color: #1B217B; }

 a { background-color: rgb(27,33,123); }

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

border-color css

<style>
 span { border-color: #1B217B; }

 span { border-color: rgb(27,33,123); }

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