Html Css Color HEX #1B326D Sapphire

📋 copy color: '#1B326D'

red 27 ◦ green 50 ◦ blue 109

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

Shades of Sapphire #1B326D

Tints of Sapphire #1B326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.88%

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

R = 14.52%
G = 26.88%
B = 58.6%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B326D (or 0x1B326D) is known color: Sapphire. HEX triplet: 1B, 32 and 6D. RGB value is (27,50,109). Sum of RGB (Red+Green+Blue) = 27+50+109=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B326D is #E4CD92. Grayscale: #313131. Windows color (decimal): -14994835 or 7156251. OLE color: 7156251.

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

Color convert

RGB 27 50 109 -
CMYK 0.75 0.54 0 0.57
HSL 223.17º 0.6% 0.27% -
HSV(B) 223.17º 0.75% 0.43% -
XYZ 4.35 3.62 14.94 -
YUV 49.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 27 50 109 0.75 0.54 0 0.57 223.17 0.6 0.27
Hex 1B 32 6D 4B 36 0 39 DF 3C 1B
Octal 33 62 155 113 66 0 71 337 74 33
Binary 11011 110010 1101101 1001011 110110 0 111001 11011111 111100 11011

Color Harmonies of #1B326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B326D

Black with #1B326D

Text Example


Text Example

White with #1B326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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