Html Css Color HEX #1B135E Midnight Blue

📋 copy color: '#1B135E'

red 27 ◦ green 19 ◦ blue 94

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

Shades of Midnight Blue #1B135E

Tints of Midnight Blue #1B135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

 BLUE value IS 94 (37.11% from 255) = 67.14%

R = 19.29%
G = 13.57%
B = 67.14%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1B135E (or 0x1B135E) is known color: Midnight Blue. HEX triplet: 1B, 13 and 5E. RGB value is (27,19,94). Sum of RGB (Red+Green+Blue) = 27+19+94=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 94 (37.11% from 255 or 67.14% from 140); Max value from RGB is 94 - color contains mainly: blue. Hex color #1B135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B135E is #E4ECA1. Grayscale: #1D1D1D. Windows color (decimal): -15002786 or 6165275. OLE color: 6165275.

HSL color Cylindrical-coordinate representation of color #1B135E: hue angle of 246.4º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B135E is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 27 19 94 -
CMYK 0.71 0.80 0 0.63
HSL 246.4º 0.66% 0.22% -
HSV(B) 246.4º 0.8% 0.37% -
XYZ 2.71 1.51 10.74 -
YUV 29.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 27 19 94 0.71 0.80 0 0.63 246.4 0.66 0.22
Hex 1B 13 5E 47 50 0 3F F6 42 16
Octal 33 23 136 107 120 0 77 366 102 26
Binary 11011 10011 1011110 1000111 1010000 0 111111 11110110 1000010 10110

Color Harmonies of #1B135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B135E

Black with #1B135E

Text Example


Text Example

White with #1B135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,19,94); }

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

background-color css

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

 a { background-color: rgb(27,19,94); }

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

border-color css

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

 span { border-color: rgb(27,19,94); }

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