Html Css Color HEX #121C5D Sapphire

📋 copy color: '#121C5D'

red 18 ◦ green 28 ◦ blue 93

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

Shades of Sapphire #121C5D

Tints of Sapphire #121C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 66.91%

R = 12.95%
G = 20.14%
B = 66.91%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#121C5D (or 0x121C5D) is known color: Sapphire. HEX triplet: 12, 1C and 5D. RGB value is (18,28,93). Sum of RGB (Red+Green+Blue) = 18+28+93=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #121C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C5D is #EDE3A2. Grayscale: #202020. Windows color (decimal): -15590307 or 6102034. OLE color: 6102034.

HSL color Cylindrical-coordinate representation of color #121C5D: hue angle of 232º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121C5D is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 28 93 -
CMYK 0.81 0.70 0 0.64
HSL 232º 0.68% 0.22% -
HSV(B) 232º 0.81% 0.36% -
XYZ 2.64 1.75 10.55 -
YUV 32.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 18 28 93 0.81 0.70 0 0.64 232 0.68 0.22
Hex 12 1C 5D 51 46 0 40 E8 44 16
Octal 22 34 135 121 106 0 100 350 104 26
Binary 10010 11100 1011101 1010001 1000110 0 1000000 11101000 1000100 10110

Color Harmonies of #121C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C5D

Black with #121C5D

Text Example


Text Example

White with #121C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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