Html Css Color HEX #1B2E6D Sapphire

📋 copy color: '#1B2E6D'

red 27 ◦ green 46 ◦ blue 109

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

Shades of Sapphire #1B2E6D

Tints of Sapphire #1B2E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.27%

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

R = 14.84%
G = 25.27%
B = 59.89%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B2E6D (or 0x1B2E6D) is known color: Sapphire. HEX triplet: 1B, 2E and 6D. RGB value is (27,46,109). Sum of RGB (Red+Green+Blue) = 27+46+109=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B2E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2E6D is #E4D192. Grayscale: #2F2F2F. Windows color (decimal): -14995859 or 7155227. OLE color: 7155227.

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

Color convert

RGB 27 46 109 -
CMYK 0.75 0.58 0 0.57
HSL 226.1º 0.6% 0.27% -
HSV(B) 226.1º 0.75% 0.43% -
XYZ 4.19 3.29 14.88 -
YUV 47.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 27 46 109 0.75 0.58 0 0.57 226.1 0.6 0.27
Hex 1B 2E 6D 4B 3A 0 39 E2 3C 1B
Octal 33 56 155 113 72 0 71 342 74 33
Binary 11011 101110 1101101 1001011 111010 0 111001 11100010 111100 11011

Color Harmonies of #1B2E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2E6D

Black with #1B2E6D

Text Example


Text Example

White with #1B2E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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