Html Css Color HEX #1B125F Midnight Blue

📋 copy color: '#1B125F'

red 27 ◦ green 18 ◦ blue 95

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

Shades of Midnight Blue #1B125F

Tints of Midnight Blue #1B125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

 BLUE value IS 95 (37.5% from 255) = 67.86%

R = 19.29%
G = 12.86%
B = 67.86%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1B125F (or 0x1B125F) is known color: Midnight Blue. HEX triplet: 1B, 12 and 5F. RGB value is (27,18,95). Sum of RGB (Red+Green+Blue) = 27+18+95=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B125F is #E4EDA0. Grayscale: #1D1D1D. Windows color (decimal): -15003041 or 6230555. OLE color: 6230555.

HSL color Cylindrical-coordinate representation of color #1B125F: hue angle of 247.01º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B125F is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 27 18 95 -
CMYK 0.72 0.81 0 0.63
HSL 247.01º 0.68% 0.22% -
HSV(B) 247.01º 0.81% 0.37% -
XYZ 2.73 1.49 10.97 -
YUV 29.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 27 18 95 0.72 0.81 0 0.63 247.01 0.68 0.22
Hex 1B 12 5F 48 51 0 3F F7 44 16
Octal 33 22 137 110 121 0 77 367 104 26
Binary 11011 10010 1011111 1001000 1010001 0 111111 11110111 1000100 10110

Color Harmonies of #1B125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B125F

Black with #1B125F

Text Example


Text Example

White with #1B125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,18,95); }

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

background-color css

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

 a { background-color: rgb(27,18,95); }

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

border-color css

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

 span { border-color: rgb(27,18,95); }

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