Html Css Color HEX #123262 Sapphire

📋 copy color: '#123262'

red 18 ◦ green 50 ◦ blue 98

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

Shades of Sapphire #123262

Tints of Sapphire #123262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.04%

R = 10.84%
G = 30.12%
B = 59.04%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#123262 (or 0x123262) is known color: Sapphire. HEX triplet: 12, 32 and 62. RGB value is (18,50,98). Sum of RGB (Red+Green+Blue) = 18+50+98=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #123262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123262 is #EDCD9D. Grayscale: #2D2D2D. Windows color (decimal): -15584670 or 6435346. OLE color: 6435346.

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

Color convert

RGB 18 50 98 -
CMYK 0.82 0.49 0 0.62
HSL 216º 0.69% 0.23% -
HSV(B) 216º 0.82% 0.38% -
XYZ 3.59 3.29 12 -
YUV 45.9 157.4 108.1 -
System Red Green Blue C M Y K H S L
Decimal 18 50 98 0.82 0.49 0 0.62 216 0.69 0.23
Hex 12 32 62 52 31 0 3E D8 45 17
Octal 22 62 142 122 61 0 76 330 105 27
Binary 10010 110010 1100010 1010010 110001 0 111110 11011000 1000101 10111

Color Harmonies of #123262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123262

Black with #123262

Text Example


Text Example

White with #123262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123262; }

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

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

background-color css

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

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

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

border-color css

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

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

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