Html Css Color HEX #123260 Sapphire

📋 copy color: '#123260'

red 18 ◦ green 50 ◦ blue 96

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

Shades of Sapphire #123260

Tints of Sapphire #123260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 10.98%
G = 30.49%
B = 58.54%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123260 (or 0x123260) is known color: Sapphire. HEX triplet: 12, 32 and 60. RGB value is (18,50,96). Sum of RGB (Red+Green+Blue) = 18+50+96=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #123260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123260 is #EDCD9F. Grayscale: #2D2D2D. Windows color (decimal): -15584672 or 6304274. OLE color: 6304274.

HSL color Cylindrical-coordinate representation of color #123260: hue angle of 215.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #123260 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 50 96 -
CMYK 0.81 0.48 0 0.62
HSL 215.38º 0.68% 0.22% -
HSV(B) 215.38º 0.81% 0.38% -
XYZ 3.5 3.25 11.51 -
YUV 45.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 18 50 96 0.81 0.48 0 0.62 215.38 0.68 0.22
Hex 12 32 60 51 30 0 3E D7 44 16
Octal 22 62 140 121 60 0 76 327 104 26
Binary 10010 110010 1100000 1010001 110000 0 111110 11010111 1000100 10110

Color Harmonies of #123260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123260

Black with #123260

Text Example


Text Example

White with #123260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123260; }

 p { color: rgb(18,50,96); }

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

background-color css

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

 a { background-color: rgb(18,50,96); }

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

border-color css

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

 span { border-color: rgb(18,50,96); }

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