Html Css Color HEX #122665 Sapphire

📋 copy color: '#122665'

red 18 ◦ green 38 ◦ blue 101

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

Shades of Sapphire #122665

Tints of Sapphire #122665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

 BLUE value IS 101 (39.84% from 255) = 64.33%

R = 11.46%
G = 24.2%
B = 64.33%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#122665 (or 0x122665) is known color: Sapphire. HEX triplet: 12, 26 and 65. RGB value is (18,38,101). Sum of RGB (Red+Green+Blue) = 18+38+101=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #122665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122665 is #EDD99A. Grayscale: #262626. Windows color (decimal): -15587739 or 6628882. OLE color: 6628882.

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

Color convert

RGB 18 38 101 -
CMYK 0.82 0.62 0 0.60
HSL 225.54º 0.7% 0.23% -
HSV(B) 225.54º 0.82% 0.4% -
XYZ 3.29 2.45 12.61 -
YUV 39.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 18 38 101 0.82 0.62 0 0.60 225.54 0.7 0.23
Hex 12 26 65 52 3E 0 3C E2 46 17
Octal 22 46 145 122 76 0 74 342 106 27
Binary 10010 100110 1100101 1010010 111110 0 111100 11100010 1000110 10111

Color Harmonies of #122665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122665

Black with #122665

Text Example


Text Example

White with #122665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122665; }

 p { color: rgb(18,38,101); }

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

background-color css

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

 a { background-color: rgb(18,38,101); }

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

border-color css

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

 span { border-color: rgb(18,38,101); }

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