Html Css Color HEX #122566 Sapphire

📋 copy color: '#122566'

red 18 ◦ green 37 ◦ blue 102

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

Shades of Sapphire #122566

Tints of Sapphire #122566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 11.46%
G = 23.57%
B = 64.97%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#122566 (or 0x122566) is known color: Sapphire. HEX triplet: 12, 25 and 66. RGB value is (18,37,102). Sum of RGB (Red+Green+Blue) = 18+37+102=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 102 (40.23% from 255 or 64.97% from 157); Max value from RGB is 102 - color contains mainly: blue. Hex color #122566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122566 is #EDDA99. Grayscale: #262626. Windows color (decimal): -15587994 or 6694162. OLE color: 6694162.

HSL color Cylindrical-coordinate representation of color #122566: hue angle of 226.43º 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 #122566 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 37 102 -
CMYK 0.82 0.64 0 0.6
HSL 226.43º 0.7% 0.24% -
HSV(B) 226.43º 0.82% 0.4% -
XYZ 3.31 2.41 12.86 -
YUV 38.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 18 37 102 0.82 0.64 0 0.6 226.43 0.7 0.24
Hex 12 25 66 52 40 0 3C E2 46 18
Octal 22 45 146 122 100 0 74 342 106 30
Binary 10010 100101 1100110 1010010 1000000 0 111100 11100010 1000110 11000

Color Harmonies of #122566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122566

Black with #122566

Text Example


Text Example

White with #122566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122566; }

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

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

background-color css

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

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

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

border-color css

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

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

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