Html Css Color HEX #12265E Sapphire

📋 copy color: '#12265E'

red 18 ◦ green 38 ◦ blue 94

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

Shades of Sapphire #12265E

Tints of Sapphire #12265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 62.67%

R = 12%
G = 25.33%
B = 62.67%

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

#12265E (or 0x12265E) is known color: Sapphire. HEX triplet: 12, 26 and 5E. RGB value is (18,38,94). Sum of RGB (Red+Green+Blue) = 18+38+94=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #12265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12265E is #EDD9A1. Grayscale: #262626. Windows color (decimal): -15587746 or 6170130. OLE color: 6170130.

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

Color convert

RGB 18 38 94 -
CMYK 0.81 0.60 0 0.63
HSL 224.21º 0.68% 0.22% -
HSV(B) 224.21º 0.81% 0.37% -
XYZ 2.96 2.32 10.88 -
YUV 38.4 159.37 113.45 -
System Red Green Blue C M Y K H S L
Decimal 18 38 94 0.81 0.60 0 0.63 224.21 0.68 0.22
Hex 12 26 5E 51 3C 0 3F E0 44 16
Octal 22 46 136 121 74 0 77 340 104 26
Binary 10010 100110 1011110 1010001 111100 0 111111 11100000 1000100 10110

Color Harmonies of #12265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12265E

Black with #12265E

Text Example


Text Example

White with #12265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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