Html Css Color HEX #12276C Sapphire

📋 copy color: '#12276C'

red 18 ◦ green 39 ◦ blue 108

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

Shades of Sapphire #12276C

Tints of Sapphire #12276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 65.45%

R = 10.91%
G = 23.64%
B = 65.45%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#12276C (or 0x12276C) is known color: Sapphire. HEX triplet: 12, 27 and 6C. RGB value is (18,39,108). Sum of RGB (Red+Green+Blue) = 18+39+108=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #12276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12276C is #EDD893. Grayscale: #282828. Windows color (decimal): -15587476 or 7087890. OLE color: 7087890.

HSL color Cylindrical-coordinate representation of color #12276C: hue angle of 226º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12276C is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 39 108 -
CMYK 0.83 0.64 0 0.58
HSL 226º 0.71% 0.25% -
HSV(B) 226º 0.83% 0.42% -
XYZ 3.68 2.66 14.51 -
YUV 40.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 18 39 108 0.83 0.64 0 0.58 226 0.71 0.25
Hex 12 27 6C 53 40 0 3A E2 47 19
Octal 22 47 154 123 100 0 72 342 107 31
Binary 10010 100111 1101100 1010011 1000000 0 111010 11100010 1000111 11001

Color Harmonies of #12276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12276C

Black with #12276C

Text Example


Text Example

White with #12276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12276C; }

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

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

background-color css

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

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

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

border-color css

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

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

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