Html Css Color HEX #12274F Sapphire

📋 copy color: '#12274F'

red 18 ◦ green 39 ◦ blue 79

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

Shades of Sapphire #12274F

Tints of Sapphire #12274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.68%

 BLUE value IS 79 (31.25% from 255) = 58.09%

R = 13.24%
G = 28.68%
B = 58.09%

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

#12274F (or 0x12274F) is known color: Sapphire. HEX triplet: 12, 27 and 4F. RGB value is (18,39,79). Sum of RGB (Red+Green+Blue) = 18+39+79=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #12274F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12274F is #EDD8B0. Grayscale: #252525. Windows color (decimal): -15587505 or 5187346. OLE color: 5187346.

HSL color Cylindrical-coordinate representation of color #12274F: hue angle of 219.34º degrees, saturation: 0.63, 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 #12274F is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 39 79 -
CMYK 0.77 0.51 0 0.69
HSL 219.34º 0.63% 0.19% -
HSV(B) 219.34º 0.77% 0.31% -
XYZ 2.39 2.14 7.69 -
YUV 37.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 18 39 79 0.77 0.51 0 0.69 219.34 0.63 0.19
Hex 12 27 4F 4D 33 0 45 DB 3F 13
Octal 22 47 117 115 63 0 105 333 77 23
Binary 10010 100111 1001111 1001101 110011 0 1000101 11011011 111111 10011

Color Harmonies of #12274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12274F

Black with #12274F

Text Example


Text Example

White with #12274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12274F; }

 p { color: rgb(18,39,79); }

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

background-color css

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

 a { background-color: rgb(18,39,79); }

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

border-color css

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

 span { border-color: rgb(18,39,79); }

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