Html Css Color HEX #12265F Sapphire

📋 copy color: '#12265F'

red 18 ◦ green 38 ◦ blue 95

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

Shades of Sapphire #12265F

Tints of Sapphire #12265F

RGB

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

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

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

R = 11.92%
G = 25.17%
B = 62.91%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12265F (or 0x12265F) is known color: Sapphire. HEX triplet: 12, 26 and 5F. RGB value is (18,38,95). Sum of RGB (Red+Green+Blue) = 18+38+95=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #12265F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12265F is #EDD9A0. Grayscale: #262626. Windows color (decimal): -15587745 or 6235666. OLE color: 6235666.

HSL color Cylindrical-coordinate representation of color #12265F: hue angle of 224.42º 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 #12265F is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 38 95 -
CMYK 0.81 0.60 0 0.63
HSL 224.42º 0.68% 0.22% -
HSV(B) 224.42º 0.81% 0.37% -
XYZ 3.01 2.34 11.12 -
YUV 38.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 18 38 95 0.81 0.60 0 0.63 224.42 0.68 0.22
Hex 12 26 5F 51 3C 0 3F E0 44 16
Octal 22 46 137 121 74 0 77 340 104 26
Binary 10010 100110 1011111 1010001 111100 0 111111 11100000 1000100 10110

Color Harmonies of #12265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12265F

Black with #12265F

Text Example


Text Example

White with #12265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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