Html Css Color HEX #1B3269 Sapphire

📋 copy color: '#1B3269'

red 27 ◦ green 50 ◦ blue 105

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

Shades of Sapphire #1B3269

Tints of Sapphire #1B3269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.69%

R = 14.84%
G = 27.47%
B = 57.69%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1B3269 (or 0x1B3269) is known color: Sapphire. HEX triplet: 1B, 32 and 69. RGB value is (27,50,105). Sum of RGB (Red+Green+Blue) = 27+50+105=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B3269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3269 is #E4CD96. Grayscale: #313131. Windows color (decimal): -14994839 or 6894107. OLE color: 6894107.

HSL color Cylindrical-coordinate representation of color #1B3269: hue angle of 222.31º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B3269 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 27 50 105 -
CMYK 0.74 0.52 0 0.59
HSL 222.31º 0.59% 0.26% -
HSV(B) 222.31º 0.74% 0.41% -
XYZ 4.14 3.53 13.83 -
YUV 49.39 159.38 112.03 -
System Red Green Blue C M Y K H S L
Decimal 27 50 105 0.74 0.52 0 0.59 222.31 0.59 0.26
Hex 1B 32 69 4A 34 0 3B DE 3B 1A
Octal 33 62 151 112 64 0 73 336 73 32
Binary 11011 110010 1101001 1001010 110100 0 111011 11011110 111011 11010

Color Harmonies of #1B3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3269

Black with #1B3269

Text Example


Text Example

White with #1B3269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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