Html Css Color HEX #12275F Sapphire

📋 copy color: '#12275F'

red 18 ◦ green 39 ◦ blue 95

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

Shades of Sapphire #12275F

Tints of Sapphire #12275F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 62.5%

R = 11.84%
G = 25.66%
B = 62.5%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12275F (or 0x12275F) is known color: Sapphire. HEX triplet: 12, 27 and 5F. RGB value is (18,39,95). Sum of RGB (Red+Green+Blue) = 18+39+95=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #12275F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12275F is #EDD8A0. Grayscale: #262626. Windows color (decimal): -15587489 or 6235922. OLE color: 6235922.

HSL color Cylindrical-coordinate representation of color #12275F: hue angle of 223.64º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12275F is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 39 95 -
CMYK 0.81 0.59 0 0.63
HSL 223.64º 0.68% 0.22% -
HSV(B) 223.64º 0.81% 0.37% -
XYZ 3.04 2.41 11.13 -
YUV 39.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 18 39 95 0.81 0.59 0 0.63 223.64 0.68 0.22
Hex 12 27 5F 51 3B 0 3F E0 44 16
Octal 22 47 137 121 73 0 77 340 104 26
Binary 10010 100111 1011111 1010001 111011 0 111111 11100000 1000100 10110

Color Harmonies of #12275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12275F

Black with #12275F

Text Example


Text Example

White with #12275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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