Html Css Color HEX #1B025B Midnight Blue

📋 copy color: '#1B025B'

red 27 ◦ green 2 ◦ blue 91

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

Shades of Midnight Blue #1B025B

Tints of Midnight Blue #1B025B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

 BLUE value IS 91 (35.94% from 255) = 75.83%

R = 22.5%
G = 1.67%
B = 75.83%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B025B (or 0x1B025B) is known color: Midnight Blue. HEX triplet: 1B, 02 and 5B. RGB value is (27,2,91). Sum of RGB (Red+Green+Blue) = 27+2+91=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 91 (35.94% from 255 or 75.83% from 120); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B025B is #E4FDA4. Grayscale: #131313. Windows color (decimal): -15007141 or 5964315. OLE color: 5964315.

HSL color Cylindrical-coordinate representation of color #1B025B: hue angle of 256.85º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B025B is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 2 91 -
CMYK 0.70 0.98 0 0.64
HSL 256.85º 0.96% 0.18% -
HSV(B) 256.85º 0.98% 0.36% -
XYZ 2.36 1.03 9.97 -
YUV 19.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 27 2 91 0.70 0.98 0 0.64 256.85 0.96 0.18
Hex 1B 2 5B 46 62 0 40 101 60 12
Octal 33 2 133 106 142 0 100 401 140 22
Binary 11011 10 1011011 1000110 1100010 0 1000000 100000001 1100000 10010

Color Harmonies of #1B025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B025B

Black with #1B025B

Text Example


Text Example

White with #1B025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,2,91); }

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

background-color css

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

 a { background-color: rgb(27,2,91); }

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

border-color css

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

 span { border-color: rgb(27,2,91); }

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