Html Css Color HEX #121F5E Sapphire

📋 copy color: '#121F5E'

red 18 ◦ green 31 ◦ blue 94

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

Shades of Sapphire #121F5E

Tints of Sapphire #121F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.68%

 BLUE value IS 94 (37.11% from 255) = 65.73%

R = 12.59%
G = 21.68%
B = 65.73%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#121F5E (or 0x121F5E) is known color: Sapphire. HEX triplet: 12, 1F and 5E. RGB value is (18,31,94). Sum of RGB (Red+Green+Blue) = 18+31+94=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #121F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F5E is #EDE0A1. Grayscale: #222222. Windows color (decimal): -15589538 or 6168338. OLE color: 6168338.

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

Color convert

RGB 18 31 94 -
CMYK 0.81 0.67 0 0.63
HSL 229.74º 0.68% 0.22% -
HSV(B) 229.74º 0.81% 0.37% -
XYZ 2.76 1.92 10.81 -
YUV 34.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 18 31 94 0.81 0.67 0 0.63 229.74 0.68 0.22
Hex 12 1F 5E 51 43 0 3F E6 44 16
Octal 22 37 136 121 103 0 77 346 104 26
Binary 10010 11111 1011110 1010001 1000011 0 111111 11100110 1000100 10110

Color Harmonies of #121F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F5E

Black with #121F5E

Text Example


Text Example

White with #121F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,31,94); }

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

background-color css

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

 a { background-color: rgb(18,31,94); }

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

border-color css

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

 span { border-color: rgb(18,31,94); }

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