Html Css Color HEX #1B2A68 Sapphire

📋 copy color: '#1B2A68'

red 27 ◦ green 42 ◦ blue 104

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

Shades of Sapphire #1B2A68

Tints of Sapphire #1B2A68

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.28%

 BLUE value IS 104 (41.02% from 255) = 60.12%

R = 15.61%
G = 24.28%
B = 60.12%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1B2A68 (or 0x1B2A68) is known color: Sapphire. HEX triplet: 1B, 2A and 68. RGB value is (27,42,104). Sum of RGB (Red+Green+Blue) = 27+42+104=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B2A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2A68 is #E4D597. Grayscale: #2C2C2C. Windows color (decimal): -14996888 or 6826523. OLE color: 6826523.

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

Color convert

RGB 27 42 104 -
CMYK 0.74 0.60 0 0.59
HSL 228.31º 0.59% 0.26% -
HSV(B) 228.31º 0.74% 0.41% -
XYZ 3.78 2.89 13.46 -
YUV 44.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 27 42 104 0.74 0.60 0 0.59 228.31 0.59 0.26
Hex 1B 2A 68 4A 3C 0 3B E4 3B 1A
Octal 33 52 150 112 74 0 73 344 73 32
Binary 11011 101010 1101000 1001010 111100 0 111011 11100100 111011 11010

Color Harmonies of #1B2A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2A68

Black with #1B2A68

Text Example


Text Example

White with #1B2A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,42,104); }

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

background-color css

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

 a { background-color: rgb(27,42,104); }

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

border-color css

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

 span { border-color: rgb(27,42,104); }

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