Html Css Color HEX #1B3069 Sapphire

📋 copy color: '#1B3069'

red 27 ◦ green 48 ◦ blue 105

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

Shades of Sapphire #1B3069

Tints of Sapphire #1B3069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.67%

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

R = 15%
G = 26.67%
B = 58.33%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1B3069 (or 0x1B3069) is known color: Sapphire. HEX triplet: 1B, 30 and 69. RGB value is (27,48,105). Sum of RGB (Red+Green+Blue) = 27+48+105=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B3069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3069 is #E4CF96. Grayscale: #2F2F2F. Windows color (decimal): -14995351 or 6893595. OLE color: 6893595.

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

Color convert

RGB 27 48 105 -
CMYK 0.74 0.54 0 0.59
HSL 223.85º 0.59% 0.26% -
HSV(B) 223.85º 0.74% 0.41% -
XYZ 4.06 3.37 13.8 -
YUV 48.22 160.04 112.87 -
System Red Green Blue C M Y K H S L
Decimal 27 48 105 0.74 0.54 0 0.59 223.85 0.59 0.26
Hex 1B 30 69 4A 36 0 3B E0 3B 1A
Octal 33 60 151 112 66 0 73 340 73 32
Binary 11011 110000 1101001 1001010 110110 0 111011 11100000 111011 11010

Color Harmonies of #1B3069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3069

Black with #1B3069

Text Example


Text Example

White with #1B3069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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