Html Css Color HEX #1B3075 Sapphire

📋 copy color: '#1B3075'

red 27 ◦ green 48 ◦ blue 117

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

Shades of Sapphire #1B3075

Tints of Sapphire #1B3075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 60.94%

R = 14.06%
G = 25%
B = 60.94%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B3075 (or 0x1B3075) is known color: Sapphire. HEX triplet: 1B, 30 and 75. RGB value is (27,48,117). Sum of RGB (Red+Green+Blue) = 27+48+117=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B3075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3075 is #E4CF8A. Grayscale: #313131. Windows color (decimal): -14995339 or 7680027. OLE color: 7680027.

HSL color Cylindrical-coordinate representation of color #1B3075: hue angle of 226º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B3075 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 48 117 -
CMYK 0.77 0.59 0 0.54
HSL 226º 0.63% 0.28% -
HSV(B) 226º 0.77% 0.46% -
XYZ 4.72 3.63 17.28 -
YUV 49.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 27 48 117 0.77 0.59 0 0.54 226 0.63 0.28
Hex 1B 30 75 4D 3B 0 36 E2 3E 1C
Octal 33 60 165 115 73 0 66 342 76 34
Binary 11011 110000 1110101 1001101 111011 0 110110 11100010 111110 11100

Color Harmonies of #1B3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3075

Black with #1B3075

Text Example


Text Example

White with #1B3075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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