Html Css Color HEX #123363 Sapphire

📋 copy color: '#123363'

red 18 ◦ green 51 ◦ blue 99

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

Shades of Sapphire #123363

Tints of Sapphire #123363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.36%

 BLUE value IS 99 (39.06% from 255) = 58.93%

R = 10.71%
G = 30.36%
B = 58.93%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#123363 (or 0x123363) is known color: Sapphire. HEX triplet: 12, 33 and 63. RGB value is (18,51,99). Sum of RGB (Red+Green+Blue) = 18+51+99=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #123363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123363 is #EDCC9C. Grayscale: #2E2E2E. Windows color (decimal): -15584413 or 6501138. OLE color: 6501138.

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

Color convert

RGB 18 51 99 -
CMYK 0.82 0.48 0 0.61
HSL 215.56º 0.69% 0.23% -
HSV(B) 215.56º 0.82% 0.39% -
XYZ 3.69 3.4 12.27 -
YUV 46.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 18 51 99 0.82 0.48 0 0.61 215.56 0.69 0.23
Hex 12 33 63 52 30 0 3D D8 45 17
Octal 22 63 143 122 60 0 75 330 105 27
Binary 10010 110011 1100011 1010010 110000 0 111101 11011000 1000101 10111

Color Harmonies of #123363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123363

Black with #123363

Text Example


Text Example

White with #123363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123363; }

 p { color: rgb(18,51,99); }

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

background-color css

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

 a { background-color: rgb(18,51,99); }

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

border-color css

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

 span { border-color: rgb(18,51,99); }

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