Html Css Color HEX #123277 Sapphire

📋 copy color: '#123277'

red 18 ◦ green 50 ◦ blue 119

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

Shades of Sapphire #123277

Tints of Sapphire #123277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 63.64%

R = 9.63%
G = 26.74%
B = 63.64%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#123277 (or 0x123277) is known color: Sapphire. HEX triplet: 12, 32 and 77. RGB value is (18,50,119). Sum of RGB (Red+Green+Blue) = 18+50+119=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #123277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123277 is #EDCD88. Grayscale: #2F2F2F. Windows color (decimal): -15584649 or 7811602. OLE color: 7811602.

HSL color Cylindrical-coordinate representation of color #123277: hue angle of 220.99º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123277 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 50 119 -
CMYK 0.85 0.58 0 0.53
HSL 220.99º 0.74% 0.27% -
HSV(B) 220.99º 0.85% 0.47% -
XYZ 4.72 3.74 17.93 -
YUV 48.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 18 50 119 0.85 0.58 0 0.53 220.99 0.74 0.27
Hex 12 32 77 55 3A 0 35 DD 4A 1B
Octal 22 62 167 125 72 0 65 335 112 33
Binary 10010 110010 1110111 1010101 111010 0 110101 11011101 1001010 11011

Color Harmonies of #123277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123277

Black with #123277

Text Example


Text Example

White with #123277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123277; }

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

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

background-color css

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

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

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

border-color css

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

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

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