Html Css Color HEX #123265 Sapphire

📋 copy color: '#123265'

red 18 ◦ green 50 ◦ blue 101

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

Shades of Sapphire #123265

Tints of Sapphire #123265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 59.76%

R = 10.65%
G = 29.59%
B = 59.76%

CMYK

 C value IS 0.82

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#123265 (or 0x123265) is known color: Sapphire. HEX triplet: 12, 32 and 65. RGB value is (18,50,101). Sum of RGB (Red+Green+Blue) = 18+50+101=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 101 (39.84% from 255 or 59.76% from 169); Max value from RGB is 101 - color contains mainly: blue. Hex color #123265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123265 is #EDCD9A. Grayscale: #2E2E2E. Windows color (decimal): -15584667 or 6631954. OLE color: 6631954.

HSL color Cylindrical-coordinate representation of color #123265: hue angle of 216.87º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #123265 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 50 101 -
CMYK 0.82 0.50 0 0.60
HSL 216.87º 0.7% 0.23% -
HSV(B) 216.87º 0.82% 0.4% -
XYZ 3.74 3.35 12.76 -
YUV 46.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 18 50 101 0.82 0.50 0 0.60 216.87 0.7 0.23
Hex 12 32 65 52 32 0 3C D9 46 17
Octal 22 62 145 122 62 0 74 331 106 27
Binary 10010 110010 1100101 1010010 110010 0 111100 11011001 1000110 10111

Color Harmonies of #123265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123265

Black with #123265

Text Example


Text Example

White with #123265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123265; }

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

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

background-color css

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

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

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

border-color css

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

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

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