Html Css Color HEX #1B296C Midnight Blue

📋 copy color: '#1B296C'

red 27 ◦ green 41 ◦ blue 108

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

Shades of Midnight Blue #1B296C

Tints of Midnight Blue #1B296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

 BLUE value IS 108 (42.58% from 255) = 61.36%

R = 15.34%
G = 23.3%
B = 61.36%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1B296C (or 0x1B296C) is known color: Midnight Blue. HEX triplet: 1B, 29 and 6C. RGB value is (27,41,108). Sum of RGB (Red+Green+Blue) = 27+41+108=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B296C is #E4D693. Grayscale: #2C2C2C. Windows color (decimal): -14997140 or 7088411. OLE color: 7088411.

HSL color Cylindrical-coordinate representation of color #1B296C: hue angle of 229.63º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B296C is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 27 41 108 -
CMYK 0.75 0.62 0 0.58
HSL 229.63º 0.6% 0.26% -
HSV(B) 229.63º 0.75% 0.42% -
XYZ 3.95 2.9 14.54 -
YUV 44.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 27 41 108 0.75 0.62 0 0.58 229.63 0.6 0.26
Hex 1B 29 6C 4B 3E 0 3A E6 3C 1A
Octal 33 51 154 113 76 0 72 346 74 32
Binary 11011 101001 1101100 1001011 111110 0 111010 11100110 111100 11010

Color Harmonies of #1B296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B296C

Black with #1B296C

Text Example


Text Example

White with #1B296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,41,108); }

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

background-color css

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

 a { background-color: rgb(27,41,108); }

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

border-color css

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

 span { border-color: rgb(27,41,108); }

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