Html Css Color HEX #12274E Sapphire

📋 copy color: '#12274E'

red 18 ◦ green 39 ◦ blue 78

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

Shades of Sapphire #12274E

Tints of Sapphire #12274E

RGB

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

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

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

R = 13.33%
G = 28.89%
B = 57.78%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#12274E (or 0x12274E) is known color: Sapphire. HEX triplet: 12, 27 and 4E. RGB value is (18,39,78). Sum of RGB (Red+Green+Blue) = 18+39+78=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #12274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12274E is #EDD8B1. Grayscale: #242424. Windows color (decimal): -15587506 or 5121810. OLE color: 5121810.

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

Color convert

RGB 18 39 78 -
CMYK 0.77 0.50 0 0.69
HSL 219º 0.63% 0.19% -
HSV(B) 219º 0.77% 0.31% -
XYZ 2.35 2.13 7.49 -
YUV 37.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 18 39 78 0.77 0.50 0 0.69 219 0.63 0.19
Hex 12 27 4E 4D 32 0 45 DB 3E 13
Octal 22 47 116 115 62 0 105 333 76 23
Binary 10010 100111 1001110 1001101 110010 0 1000101 11011011 111110 10011

Color Harmonies of #12274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12274E

Black with #12274E

Text Example


Text Example

White with #12274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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