Html Css Color HEX #1B217D Midnight Blue

📋 copy color: '#1B217D'

red 27 ◦ green 33 ◦ blue 125

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

Shades of Midnight Blue #1B217D

Tints of Midnight Blue #1B217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 67.57%

R = 14.59%
G = 17.84%
B = 67.57%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B217D (or 0x1B217D) is known color: Midnight Blue. HEX triplet: 1B, 21 and 7D. RGB value is (27,33,125). Sum of RGB (Red+Green+Blue) = 27+33+125=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B217D is #E4DE82. Grayscale: #292929. Windows color (decimal): -14999171 or 8200475. OLE color: 8200475.

HSL color Cylindrical-coordinate representation of color #1B217D: hue angle of 236.33º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B217D is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 33 125 -
CMYK 0.78 0.74 0 0.51
HSL 236.33º 0.64% 0.3% -
HSV(B) 236.33º 0.78% 0.49% -
XYZ 4.7 2.8 19.7 -
YUV 41.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 27 33 125 0.78 0.74 0 0.51 236.33 0.64 0.3
Hex 1B 21 7D 4E 4A 0 33 EC 40 1E
Octal 33 41 175 116 112 0 63 354 100 36
Binary 11011 100001 1111101 1001110 1001010 0 110011 11101100 1000000 11110

Color Harmonies of #1B217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B217D

Black with #1B217D

Text Example


Text Example

White with #1B217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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