Html Css Color HEX #12264E Sapphire

📋 copy color: '#12264E'

red 18 ◦ green 38 ◦ blue 78

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

Shades of Sapphire #12264E

Tints of Sapphire #12264E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 58.21%

R = 13.43%
G = 28.36%
B = 58.21%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12264E (or 0x12264E) is known color: Sapphire. HEX triplet: 12, 26 and 4E. RGB value is (18,38,78). Sum of RGB (Red+Green+Blue) = 18+38+78=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #12264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12264E is #EDD9B1. Grayscale: #242424. Windows color (decimal): -15587762 or 5121554. OLE color: 5121554.

HSL color Cylindrical-coordinate representation of color #12264E: hue angle of 220º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12264E is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 38 78 -
CMYK 0.77 0.51 0 0.69
HSL 220º 0.63% 0.19% -
HSV(B) 220º 0.77% 0.31% -
XYZ 2.32 2.06 7.48 -
YUV 36.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 18 38 78 0.77 0.51 0 0.69 220 0.63 0.19
Hex 12 26 4E 4D 33 0 45 DC 3E 13
Octal 22 46 116 115 63 0 105 334 76 23
Binary 10010 100110 1001110 1001101 110011 0 1000101 11011100 111110 10011

Color Harmonies of #12264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12264E

Black with #12264E

Text Example


Text Example

White with #12264E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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