Html Css Color HEX #123370 Sapphire

📋 copy color: '#123370'

red 18 ◦ green 51 ◦ blue 112

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

Shades of Sapphire #123370

Tints of Sapphire #123370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

 BLUE value IS 112 (44.14% from 255) = 61.88%

R = 9.94%
G = 28.18%
B = 61.88%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#123370 (or 0x123370) is known color: Sapphire. HEX triplet: 12, 33 and 70. RGB value is (18,51,112). Sum of RGB (Red+Green+Blue) = 18+51+112=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #123370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123370 is #EDCC8F. Grayscale: #2F2F2F. Windows color (decimal): -15584400 or 7353106. OLE color: 7353106.

HSL color Cylindrical-coordinate representation of color #123370: hue angle of 218.94º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123370 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 51 112 -
CMYK 0.84 0.54 0 0.56
HSL 218.94º 0.72% 0.25% -
HSV(B) 218.94º 0.84% 0.44% -
XYZ 4.36 3.67 15.81 -
YUV 48.09 164.07 106.54 -
System Red Green Blue C M Y K H S L
Decimal 18 51 112 0.84 0.54 0 0.56 218.94 0.72 0.25
Hex 12 33 70 54 36 0 38 DB 48 19
Octal 22 63 160 124 66 0 70 333 110 31
Binary 10010 110011 1110000 1010100 110110 0 111000 11011011 1001000 11001

Color Harmonies of #123370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123370

Black with #123370

Text Example


Text Example

White with #123370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123370; }

 p { color: rgb(18,51,112); }

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

background-color css

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

 a { background-color: rgb(18,51,112); }

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

border-color css

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

 span { border-color: rgb(18,51,112); }

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