Html Css Color HEX #121B53 Sapphire

📋 copy color: '#121B53'

red 18 ◦ green 27 ◦ blue 83

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

Shades of Sapphire #121B53

Tints of Sapphire #121B53

RGB

 RED value IS 18 (7.42% from 255) = 14.06%

 GREEN value IS 27 (10.94% from 255) = 21.09%

 BLUE value IS 83 (32.81% from 255) = 64.84%

R = 14.06%
G = 21.09%
B = 64.84%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#121B53 (or 0x121B53) is known color: Sapphire. HEX triplet: 12, 1B and 53. RGB value is (18,27,83). Sum of RGB (Red+Green+Blue) = 18+27+83=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #121B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B53 is #EDE4AC. Grayscale: #1E1E1E. Windows color (decimal): -15590573 or 5446418. OLE color: 5446418.

HSL color Cylindrical-coordinate representation of color #121B53: hue angle of 231.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121B53 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 27 83 -
CMYK 0.78 0.67 0 0.67
HSL 231.69º 0.64% 0.2% -
HSV(B) 231.69º 0.78% 0.33% -
XYZ 2.2 1.54 8.36 -
YUV 30.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 18 27 83 0.78 0.67 0 0.67 231.69 0.64 0.2
Hex 12 1B 53 4E 43 0 43 E8 40 14
Octal 22 33 123 116 103 0 103 350 100 24
Binary 10010 11011 1010011 1001110 1000011 0 1000011 11101000 1000000 10100

Color Harmonies of #121B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B53

Black with #121B53

Text Example


Text Example

White with #121B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121B53; }

 p { color: rgb(18,27,83); }

 H1.HeaderClassName
 {
   color: #121B53;
 }
 .AnyTagClassName
 {
   color: #121B53;
 }
</style>

background-color css

<style>
 a { background-color: #121B53; }

 a { background-color: rgb(18,27,83); }

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

border-color css

<style>
 span { border-color: #121B53; }

 span { border-color: rgb(18,27,83); }

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