Html Css Color HEX #1B236E Midnight Blue

📋 copy color: '#1B236E'

red 27 ◦ green 35 ◦ blue 110

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

Shades of Midnight Blue #1B236E

Tints of Midnight Blue #1B236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

 BLUE value IS 110 (43.36% from 255) = 63.95%

R = 15.7%
G = 20.35%
B = 63.95%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B236E (or 0x1B236E) is known color: Midnight Blue. HEX triplet: 1B, 23 and 6E. RGB value is (27,35,110). Sum of RGB (Red+Green+Blue) = 27+35+110=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B236E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B236E is #E4DC91. Grayscale: #282828. Windows color (decimal): -14998674 or 7217947. OLE color: 7217947.

HSL color Cylindrical-coordinate representation of color #1B236E: hue angle of 234.22º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B236E is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 27 35 110 -
CMYK 0.75 0.68 0 0.57
HSL 234.22º 0.61% 0.27% -
HSV(B) 234.22º 0.75% 0.43% -
XYZ 3.87 2.56 15.04 -
YUV 41.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 27 35 110 0.75 0.68 0 0.57 234.22 0.61 0.27
Hex 1B 23 6E 4B 44 0 39 EA 3D 1B
Octal 33 43 156 113 104 0 71 352 75 33
Binary 11011 100011 1101110 1001011 1000100 0 111001 11101010 111101 11011

Color Harmonies of #1B236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B236E

Black with #1B236E

Text Example


Text Example

White with #1B236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,35,110); }

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

background-color css

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

 a { background-color: rgb(27,35,110); }

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

border-color css

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

 span { border-color: rgb(27,35,110); }

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