Html Css Color HEX #123261 Sapphire

📋 copy color: '#123261'

red 18 ◦ green 50 ◦ blue 97

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

Shades of Sapphire #123261

Tints of Sapphire #123261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.79%

R = 10.91%
G = 30.3%
B = 58.79%

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

#123261 (or 0x123261) is known color: Sapphire. HEX triplet: 12, 32 and 61. RGB value is (18,50,97). Sum of RGB (Red+Green+Blue) = 18+50+97=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #123261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123261 is #EDCD9E. Grayscale: #2D2D2D. Windows color (decimal): -15584671 or 6369810. OLE color: 6369810.

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

Color convert

RGB 18 50 97 -
CMYK 0.81 0.48 0 0.62
HSL 215.7º 0.69% 0.23% -
HSV(B) 215.7º 0.81% 0.38% -
XYZ 3.55 3.27 11.75 -
YUV 45.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 18 50 97 0.81 0.48 0 0.62 215.7 0.69 0.23
Hex 12 32 61 51 30 0 3E D8 45 17
Octal 22 62 141 121 60 0 76 330 105 27
Binary 10010 110010 1100001 1010001 110000 0 111110 11011000 1000101 10111

Color Harmonies of #123261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123261

Black with #123261

Text Example


Text Example

White with #123261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123261; }

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

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

background-color css

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

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

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

border-color css

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

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

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