Html Css Color HEX #1B276D Midnight Blue

📋 copy color: '#1B276D'

red 27 ◦ green 39 ◦ blue 109

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

Shades of Midnight Blue #1B276D

Tints of Midnight Blue #1B276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

 BLUE value IS 109 (42.97% from 255) = 62.29%

R = 15.43%
G = 22.29%
B = 62.29%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B276D (or 0x1B276D) is known color: Midnight Blue. HEX triplet: 1B, 27 and 6D. RGB value is (27,39,109). Sum of RGB (Red+Green+Blue) = 27+39+109=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B276D is #E4D892. Grayscale: #2B2B2B. Windows color (decimal): -14997651 or 7153435. OLE color: 7153435.

HSL color Cylindrical-coordinate representation of color #1B276D: hue angle of 231.22º degrees, saturation: 0.6, 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 #1B276D is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 27 39 109 -
CMYK 0.75 0.64 0 0.57
HSL 231.22º 0.6% 0.27% -
HSV(B) 231.22º 0.75% 0.43% -
XYZ 3.94 2.79 14.8 -
YUV 43.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 27 39 109 0.75 0.64 0 0.57 231.22 0.6 0.27
Hex 1B 27 6D 4B 40 0 39 E7 3C 1B
Octal 33 47 155 113 100 0 71 347 74 33
Binary 11011 100111 1101101 1001011 1000000 0 111001 11100111 111100 11011

Color Harmonies of #1B276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B276D

Black with #1B276D

Text Example


Text Example

White with #1B276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,39,109); }

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

background-color css

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

 a { background-color: rgb(27,39,109); }

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

border-color css

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

 span { border-color: rgb(27,39,109); }

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