Html Css Color HEX #12305E Sapphire

📋 copy color: '#12305E'

red 18 ◦ green 48 ◦ blue 94

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

Shades of Sapphire #12305E

Tints of Sapphire #12305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30%

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

R = 11.25%
G = 30%
B = 58.75%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12305E (or 0x12305E) is known color: Sapphire. HEX triplet: 12, 30 and 5E. RGB value is (18,48,94). Sum of RGB (Red+Green+Blue) = 18+48+94=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #12305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12305E is #EDCFA1. Grayscale: #2C2C2C. Windows color (decimal): -15585186 or 6172690. OLE color: 6172690.

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

Color convert

RGB 18 48 94 -
CMYK 0.81 0.49 0 0.63
HSL 216.32º 0.68% 0.22% -
HSV(B) 216.32º 0.81% 0.37% -
XYZ 3.33 3.05 11 -
YUV 44.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 18 48 94 0.81 0.49 0 0.63 216.32 0.68 0.22
Hex 12 30 5E 51 31 0 3F D8 44 16
Octal 22 60 136 121 61 0 77 330 104 26
Binary 10010 110000 1011110 1010001 110001 0 111111 11011000 1000100 10110

Color Harmonies of #12305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12305E

Black with #12305E

Text Example


Text Example

White with #12305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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