Html Css Color HEX #121C57 Sapphire

📋 copy color: '#121C57'

red 18 ◦ green 28 ◦ blue 87

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

Shades of Sapphire #121C57

Tints of Sapphire #121C57

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

 BLUE value IS 87 (34.38% from 255) = 65.41%

R = 13.53%
G = 21.05%
B = 65.41%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#121C57 (or 0x121C57) is known color: Sapphire. HEX triplet: 12, 1C and 57. RGB value is (18,28,87). Sum of RGB (Red+Green+Blue) = 18+28+87=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #121C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C57 is #EDE3A8. Grayscale: #1F1F1F. Windows color (decimal): -15590313 or 5708818. OLE color: 5708818.

HSL color Cylindrical-coordinate representation of color #121C57: hue angle of 231.3º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121C57 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 28 87 -
CMYK 0.79 0.68 0 0.66
HSL 231.3º 0.66% 0.21% -
HSV(B) 231.3º 0.79% 0.34% -
XYZ 2.39 1.65 9.21 -
YUV 31.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 18 28 87 0.79 0.68 0 0.66 231.3 0.66 0.21
Hex 12 1C 57 4F 44 0 42 E7 42 15
Octal 22 34 127 117 104 0 102 347 102 25
Binary 10010 11100 1010111 1001111 1000100 0 1000010 11100111 1000010 10101

Color Harmonies of #121C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C57

Black with #121C57

Text Example


Text Example

White with #121C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,28,87); }

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

background-color css

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

 a { background-color: rgb(18,28,87); }

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

border-color css

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

 span { border-color: rgb(18,28,87); }

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