Html Css Color HEX #123266 Sapphire

📋 copy color: '#123266'

red 18 ◦ green 50 ◦ blue 102

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

Shades of Sapphire #123266

Tints of Sapphire #123266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 60%

R = 10.59%
G = 29.41%
B = 60%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#123266 (or 0x123266) is known color: Sapphire. HEX triplet: 12, 32 and 66. RGB value is (18,50,102). Sum of RGB (Red+Green+Blue) = 18+50+102=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #123266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123266 is #EDCD99. Grayscale: #2E2E2E. Windows color (decimal): -15584666 or 6697490. OLE color: 6697490.

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

Color convert

RGB 18 50 102 -
CMYK 0.82 0.51 0 0.6
HSL 217.14º 0.7% 0.24% -
HSV(B) 217.14º 0.82% 0.4% -
XYZ 3.79 3.37 13.02 -
YUV 46.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 18 50 102 0.82 0.51 0 0.6 217.14 0.7 0.24
Hex 12 32 66 52 33 0 3C D9 46 18
Octal 22 62 146 122 63 0 74 331 106 30
Binary 10010 110010 1100110 1010010 110011 0 111100 11011001 1000110 11000

Color Harmonies of #123266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123266

Black with #123266

Text Example


Text Example

White with #123266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123266; }

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

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

background-color css

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

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

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

border-color css

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

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

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