Html Css Color HEX #12266E Sapphire

📋 copy color: '#12266E'

red 18 ◦ green 38 ◦ blue 110

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

Shades of Sapphire #12266E

Tints of Sapphire #12266E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 66.27%

R = 10.84%
G = 22.89%
B = 66.27%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#12266E (or 0x12266E) is known color: Sapphire. HEX triplet: 12, 26 and 6E. RGB value is (18,38,110). Sum of RGB (Red+Green+Blue) = 18+38+110=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #12266E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12266E is #EDD991. Grayscale: #272727. Windows color (decimal): -15587730 or 7218706. OLE color: 7218706.

HSL color Cylindrical-coordinate representation of color #12266E: hue angle of 226.96º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12266E is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 38 110 -
CMYK 0.84 0.65 0 0.57
HSL 226.96º 0.72% 0.25% -
HSV(B) 226.96º 0.84% 0.43% -
XYZ 3.76 2.64 15.06 -
YUV 40.23 167.37 112.15 -
System Red Green Blue C M Y K H S L
Decimal 18 38 110 0.84 0.65 0 0.57 226.96 0.72 0.25
Hex 12 26 6E 54 41 0 39 E3 48 19
Octal 22 46 156 124 101 0 71 343 110 31
Binary 10010 100110 1101110 1010100 1000001 0 111001 11100011 1001000 11001

Color Harmonies of #12266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12266E

Black with #12266E

Text Example


Text Example

White with #12266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12266E; }

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

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

background-color css

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

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

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

border-color css

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

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

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