Html Css Color HEX #1B2D5E Sapphire

📋 copy color: '#1B2D5E'

red 27 ◦ green 45 ◦ blue 94

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

Shades of Sapphire #1B2D5E

Tints of Sapphire #1B2D5E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.11%

 BLUE value IS 94 (37.11% from 255) = 56.63%

R = 16.27%
G = 27.11%
B = 56.63%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1B2D5E (or 0x1B2D5E) is known color: Sapphire. HEX triplet: 1B, 2D and 5E. RGB value is (27,45,94). Sum of RGB (Red+Green+Blue) = 27+45+94=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #1B2D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2D5E is #E4D2A1. Grayscale: #2C2C2C. Windows color (decimal): -14996130 or 6171931. OLE color: 6171931.

HSL color Cylindrical-coordinate representation of color #1B2D5E: hue angle of 223.88º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B2D5E is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 27 45 94 -
CMYK 0.71 0.52 0 0.63
HSL 223.88º 0.55% 0.24% -
HSV(B) 223.88º 0.71% 0.37% -
XYZ 3.41 2.92 10.97 -
YUV 45.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 27 45 94 0.71 0.52 0 0.63 223.88 0.55 0.24
Hex 1B 2D 5E 47 34 0 3F E0 37 18
Octal 33 55 136 107 64 0 77 340 67 30
Binary 11011 101101 1011110 1000111 110100 0 111111 11100000 110111 11000

Color Harmonies of #1B2D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2D5E

Black with #1B2D5E

Text Example


Text Example

White with #1B2D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,45,94); }

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

background-color css

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

 a { background-color: rgb(27,45,94); }

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

border-color css

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

 span { border-color: rgb(27,45,94); }

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