Html Css Color HEX #1B2F72 Sapphire

📋 copy color: '#1B2F72'

red 27 ◦ green 47 ◦ blue 114

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

Shades of Sapphire #1B2F72

Tints of Sapphire #1B2F72

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25%

 BLUE value IS 114 (44.92% from 255) = 60.64%

R = 14.36%
G = 25%
B = 60.64%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1B2F72 (or 0x1B2F72) is known color: Sapphire. HEX triplet: 1B, 2F and 72. RGB value is (27,47,114). Sum of RGB (Red+Green+Blue) = 27+47+114=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B2F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2F72 is #E4D08D. Grayscale: #303030. Windows color (decimal): -14995598 or 7483163. OLE color: 7483163.

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

Color convert

RGB 27 47 114 -
CMYK 0.76 0.59 0 0.55
HSL 226.21º 0.62% 0.28% -
HSV(B) 226.21º 0.76% 0.45% -
XYZ 4.51 3.48 16.35 -
YUV 48.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 27 47 114 0.76 0.59 0 0.55 226.21 0.62 0.28
Hex 1B 2F 72 4C 3B 0 37 E2 3E 1C
Octal 33 57 162 114 73 0 67 342 76 34
Binary 11011 101111 1110010 1001100 111011 0 110111 11100010 111110 11100

Color Harmonies of #1B2F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2F72

Black with #1B2F72

Text Example


Text Example

White with #1B2F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,47,114); }

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

background-color css

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

 a { background-color: rgb(27,47,114); }

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

border-color css

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

 span { border-color: rgb(27,47,114); }

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